Warm tip: This article is reproduced from stackoverflow.com, please click
ios xcode app-store

App Store Upload Gives Warning; WARNING ITMS-90686: "The binary you uploaded was invalid."

发布于 2020-03-27 10:24:46

After uploading an app bundle to the App Store, a dialog is shown with the following warning:

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

The app does get accepted by the app store, and it can be installed through TestFlight without any issues.

The only change made to the application was setting Build Active Architectures only from YES to NO (for Release). Initially there was an issue with a CocoaPod still having that setting set to YES, but despite fixing that the warning is still returned. There are no warnings in Xcode's build issues view.

Questioner
Jordy Boom
Viewed
85
Jordy Boom 2016-10-07 04:30

This turned out to be a temporary issue with the App Store and can safely be ignored if your app showed up in TestFlight.