WARNING ITMS-90686: "The binary you uploaded was invalid."

I have recently started getting the following error when I upload the archive to App Store:


The archive passed validtion with several warnings.

WARNING ITMS-90686: "The binary you uploaded was invalid."



I am working on:

Xcode Version 8.0 (8A218a)


Does anybody has any idea what's causing it?

I also got that after being fine last night. I wonder if a newer version of Xcode is coming out today.

On the iTunesConnect side, it looks like the binary was accepted and processed. I will be submitting to TestFlight External and Review

Not sure if this is releated but when I create archive I get the following warnings:



warning: section "__textcoal_nt" is deprecated

.section __TEXT, __textcoal_nt, coalesced, pure_instructions

^ ~~~~~~~~~~~~~~

note: change section name to "__text"

.section __TEXT, __textcoal_nt, coalesced, pure_instructions

^ ~~~~~~~~~~~~~~

warning: section "__const_coal" is deprecated

.section __TEXT, __const_coal, coalesced



I reverted the code to before the code changes I made, cleaned the project, derived data etc., but still see the warnings.


What's causing it?

I confirm that the build passed TestFlight review and is available for External Testing.

Hi guys, same issue here, on the iTunesConnect side, it looks like the binary was accepted and processed. I will be submitting to TestFlight External and Review. I just tested on iPad, test app works.

The same situation here.

Same here. Passed validation and completed processing in iTunes connect. I wonder if this is just a bogus error that we're all getting and if we shouldn't just go ahead and try submitting...?

Hey guys,


I am also seeing the same error but at first I didn't see the binary in TestFlight, then I saw it for a brief moment and now it's gone again. Not sure what is happening here. ?_?

Just replying to say that I am experiencing the same thing. Hopefully this will get fixed soon.

Same here -- experiencing this issue


Update: I just uploaded the same code base (only changed the build number) and it went through successfully.

also happening over here

I am having this issue as well

Happening here too, but my build is not showing up in TestFlight nor in Activity. I'm stuck.

Thank you. I checked the Itunes Connect and the build is there(processing). I will wait and try to submit to Apple Store.

Getting the same error here.

Same error here, just submitted the app to Apple to see what happens...

It looks like it accepted the build into TestFlight, but when I try to download the app on my phone, the TestFlight application says "TestFlight Unavailable, try again later". Sounds like something's going on with the service (?)

Same thing here, just start happening now, yesterday I sent to the App Store with no issues.

I have the same warning, but the build was updated via TF as usual.

Also getting this issue. I guess it's related that internal testers don't get invites to test the app. Anyone else experiencing this?

Same here. Also we can't select any version for our testers

I went ahead and submitted with no problems. App is now waiting for review. I think the error isn't an error at all. We'll see.

Same issue here. After encountering the error, the "iOS Builds" section of the iTunes Connect store is not loading for me.

I fixed my problem with this -- the clue was in the Email that Apple sent indicating there was a problem with the upload.


Turns out that when Xcode 8 automatically generates the Distribution profile, OR even if you had an existing Distribution profile that has an "entitlement" such as Push Notification set, your app MUST also have that set in its app.entitlements file. So while I am using Push Notifications, and it was set correctly in the Distro Profile, it was NOT "turned on" in the App/Target/Capabilities tab.


So once I turned it on in there, everything worked fine. My suggestion is to make sure that your self-generated OR Xcode generated Distribution Profile entitlements is matched exactly in your App/Target/Capabilities Tab.

Well, it seems akward, we don't have any problem in the processing progress and still we don't have access to the compilations in iTunes Connect. It seems unsolved.

WARNING ITMS-90686: "The binary you uploaded was invalid."
 
 
Q