I'm trying to upload my iOS 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 all answers 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.
xxx.app
folder, do you see a file namedxxx
(i.e. the same name as the bundle). That would be the executable. If you don't see the executable file, what's the largest single file (and not a folder) that lives in thexxx.app
bundle folder? – Michael Dautermann