The app references non-public selector in id (Facebook SDK iOS)

This problem happens because of the Facebook SDK for iOS. Application Loader forbids the use of the variable “id” from any FBGraphUser related class (maybe others variables too, didn’t test) – e.g. : id<FBGraphUser> friend id<FBGraphUserExtraFields>user Facebook is informed about this problem as of january 2013 : Bug Report The workaround for the moment is … Read more

Application Loader Warning – Resulting API Analysis File is too large

As it mentions already, it’s just an informational message. You don’t need to worry about rejection because of this. What it means is that it cannot do API analysis before upload. It does this analysis to check if you use any restricted API’s from the SDK. So it could warn you and allow you to … Read more

Application Loader Warning – Resulting API Analysis File is too large

As it mentions already, it’s just an informational message. You don’t need to worry about rejection because of this. What it means is that it cannot do API analysis before upload. It does this analysis to check if you use any restricted API’s from the SDK. So it could warn you and allow you to … Read more

Invalid Image Path – No image found at the path referenced under key “CFBundleIconFile”: Icon.png

Sounds like you may, like me, have accepted the suggestion by XCode 5.0 to migrate your icon files to a catalog. When you do that, you need to remove the CFBundleIconFile (“Icon file”) parameter from your project’s .plist file. That’s the old way of doing this, and once you’ve migrated your icon files, obviously that … Read more