Xcode App Submisson ERROR ITMS-90207: "Invalid Bundle

Ilesh P picture Ilesh P · Oct 27, 2015 · Viewed 11.4k times · Source

When I am submitting Application through Xcode Application validation successful but when submit to Appstore Then This error Occur.

ERROR ITMS-90207: "Invalid Bundle. The bundle at 'example.app' does not contain a bundle executable

I also try Application loader Version 3.1 but same error occur. I refer all link like
link 1 link 2 link 3 link 4

enter image description here

Answer

Rahul Patel picture Rahul Patel · Oct 30, 2015

Please check your info.plist file and add below key if not

<key>CFBundleExecutable</key>
    <string>$(EXECUTABLE_NAME)</string>