Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

All Build for iTunes Connect, there was an error importing this build [closed]

Tags:

I upload my build to app store, after that it show error in Activity.

This is the error shown

Any one help me out.

like image 640
vikash1307 Avatar asked Feb 02 '16 06:02

vikash1307


1 Answers

SOLVED!

Go to Build Settings > Search for "bitcode" > Turn Enable Bitcode to No

This will fix it. Also, if you are apprehensive about disabling bitcode, don't worry. Apple describes bitcode as follows:

Bitcode is an intermediate representation of a compiled program. Apps you upload to iTunes Connect that contain bitcode will be compiled and linked on the App Store. Including bitcode will allow Apple to re-optimize your app binary in the future without the need to submit a new version of your app to the store.

You don't really need to enable it. Read more about bitcode here.

That's it.

Your build should go through now.

like image 111
Anish Kumar Avatar answered Oct 01 '22 10:10

Anish Kumar