kUTTypeImage ld: symbol(s) not found for architecture armv6
Problem
Use kUTTypeImage in your code. Build fails with following error:
ld: symbol(s) not found for architecture armv6
Solution
Include MobileCoreServices framework and importĀ <MobileCoreServices/UTCoreTypes.h> in the class file.
No comments yet.