Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid Bundle Structure - Does not include a Payload Directory

After I've uploaded binary to iTunes, I got "Invalid Binary" and this mail:

Dear Developer,

We have discovered one or more issue with your recent delivery. To process your delivery, the following issue must be corrected: Invalid Bundle Structure - Your package contains a bundle with the following issue: IPA bundle does not include a Payload Directory. Once these issues have been corrected, you can then redeliver the corrected binary.

Regards, The App Store team

Used Software/Hardware 1)Game Maker Studio Professional 2)Xcode 5.1.1

Actually in this new version we have added

  1. Facebook score Share
  2. Twitter Score Share
  3. Game Centre
  4. Push-notification
  5. and also added iAds with in-app-purchase to remove ads for 0.99$.

I don't know what is payload directory.

Can any one help us to solve this issue?

I've unsuccessfully tried: Invalid Binary Error

  • I can not find payload folder in my archive
  • I can not find "CFBundleInfoDictionaryVersion" in my archive.
like image 636
Bharath Raj Avatar asked Sep 03 '14 12:09

Bharath Raj


1 Answers

Just add the following item in your Info.plist:

LSRequiresIPhoneOS | Boolean | YES

Without it, the archive export is building an iOS IPA file with the OSX Applications folder :)

like image 54
Gui17aume Avatar answered Oct 21 '22 03:10

Gui17aume