Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
93 views
in Technique[技术] by (71.8m points)

ios - iTunes Connect: There was an error importing this build

I'm working on an iOS app that last week had a build successfully uploaded to iTunes Connect and then distributed for testing via TestFlight.

This week, I updated to Xcode 7.3 and now when I update the same project (with changes just for Swift 2.2 compatibility and some other bug fixes I did), I am able to archive and submit the build through Xcode, but then instead of processing and receiving an email that the build is ready to test, the build shows up in iTunes Connect like this, with the displayed error message. I don't receive any email or other error message about what could be wrong:

enter image description here

I haven't found any other solutions searching online about this issue. I've gotten in contact with Apple and the issue has been escalated but haven't heard back yet.

Update - Apple has escalated to engineering, awaiting response.

Update 2 - Apple replied that this is a known issue with Xcode 7.3 and Bitcode, see answer below for solution.

question from:https://stackoverflow.com/questions/36191233/itunes-connect-there-was-an-error-importing-this-build

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Apple has replied that this is a known issue with Xcode 7.3 and Bitcode. So, I disabled including Bitcode uploading with the binary and it successfully processed!:

enter image description here

You do not need to disable it for the entire project, but it works that way too (tested with both project Bitcode enabled/disabled with Bitcode upload inclusion disabled).

Edit: Builds as of 4/7/16 are now successfully uploading and processing with Bitcode.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...