xcodeuploadapp-storeapp-store-connectapplication-loader

Invalid Binary when upload to app store


When I upload my ipa to the AppStore using Application Loader, the ipa status change to Invalid Binary and I get this email from Apple...

enter image description here

The problem is in my info.plist there is a key of NSPhotoLibraryUsageDescription which could be the possible problem !


Solution

  • I finally figured it out, my problem was there is more than one plist file in the project, and the xCode is using a plist file that does not contain the required key.

    So I removed all versions of duplicated files, and keep just single one.

    Thanks for your help