Category Archives: iOS

iTunes Store operation failed. The app referenced non-public selectors

Question

While validating my iOS app with iTunes AppStore, the organizer of Xcode 6.1.1 pops up an error “iTunes Store operation failed. The app referenced non-public selectors in Payload/my.app: messageSent” There is no such private or public method or name of class member or variable in my app. Actually such a string does not exist in my code. What can I do?

Continue reading iTunes Store operation failed. The app referenced non-public selectors

How to create fat static library for iOS 7, 8 projects

Question

With Xcode I’ve to build static libraries for third party iOS projects with Architectures set to $(ARCHS_STANDARD). Both iOS 7 and iOS 8 applications should run on iPhone 5, 6 and 6plus, and iPads. The .a files must include all the required binaries. How to compile such a library project and how to create the proper .a file for distribution? I am running Xcode 6.1 on OS X Yosemite (10.10).

Continue reading How to create fat static library for iOS 7, 8 projects