Can't upload App bundle: ERROR ITMS-90207

Hi guys,


we are trying to upload our App bundle with xCode 7.1 (we tried also with App Loader 3.0) but we are constantly getting this error:

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

All the Certificates/Identifiers are correct (we checked with Apple support).


Of course the IPA package has the executable file, we checked a million times.

Did you ever experienced something similar? Any suggestion?


Thanks in advance.

P

I have got the same error.

Maybe have a look at your Info.plist to make sure that there's an entry for the bundle executable?

Hi guys,


I am in contact with Apple Dev Support and they told me they found two issues with our IPA file.


1 - We are using a GooglePlus.bundle and their Info.plist declares a CFBundleExecutable that did not exist in our IPA. Further, this bundle had a sub bundle with the same problem.


2 - Our Info.plist had ASCII character 3 (^C in Unix) inside of it, making it invalid XML.


The bad news is that after fixing both we are still getting the same error.

We are wasting so much time around this 😟


Any idea?

Update,


after dixing those two issues-nonissues:


1 - We are using a GooglePlus.bundle and their Info.plist declares a CFBundleExecutable that did not exist in our IPA. Further, this bundle had a sub bundle with the same problem.


2 - Our Info.plist had ASCII character 3 (^C in Unix) inside of it, making it invalid XML.


The problem remains.

Apple support (that is already escalated to level three) said that they don't know an they will look into it but with no commitment on the timing.


It's quite annoying.

Any brilliant idea?


Thanks

I was struggling a bit with this, this morning, with an app that had a plist originating from early 2009.


First I got both an "invalid CFBundleExecutable value" error and this annoying ITMS-90207. The app does contain a couple of other bundles, so I removed all occurrences of CFBundleExecutable from all plists (it was also included in at least one sub-bundle). I was still stuck with the ITMS-90207 error afterwards, and couldn't get rid of it. I also set "Enable Bitcode" to "No" in all embedded projects.


However, reinserting CFBundleExecutable, and setting it to ${EXECUTABLE_NAME} in the app's plist fixed it for me.

I have the same upload error...

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

using Xcode 7.1.1


The executable is in the archive and file size looks reasonable.

I have bundles with plist files for many modules and I have removed CFBundleExecutable from all plist files except for my main app plist.

I am not using bitcode.

This is very frustrating not being able to submit an app that works fine and passes validation.

I'm also experiencing the same issue. None of the above advices helped.

Was anyone able to resolve this issue?

I had the same error during upload, I was pretty sure about the bundle structure is perfect, the executable at the correct place and the Info.plist points to the correct place, contains the correct name, just like the localized versions.

I decided to ask for help from the Apple support. After a long process it is turned out that my `~/.itmstransporter` folder was corrupt or outdated.

After deleted the folder it is re-created automatically and the problem went away.

Can't upload App bundle: ERROR ITMS-90207
 
 
Q