justDeveloper

Q: ERROR ITMS-90207: Bundle does not contain a bundle executable

I'm trying to upload my app to the App Store, but getting the error:

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

This is the first time after updating the project to XCode 8 and Swift 3 I'm trying to submit the app. With previous versions of XCode I didn't see this problem.

I've checked stack overflow for any clues but it didn't help.

My project has ObjC and swift code. It uses CocoaPods 1.1.1

In the info.plist I have:

<key>CFBundleExecutable</key>

<string>$(EXECUTABLE_NAME)</string>

 

I'm fighting with this for 2 days already trying to play with settings, but no luck so far.

Posted on Oct 22, 2016 1:37 AM