Reputation: 205
I am trying to make archive but xcode get stuck at time of compile bitcode. what i have to do? Enable bitcode or disable?
Upvotes: 16
Views: 13812
Reputation: 1132
I was facing the same problem. What my suggestion is just enable this check mark when export for iOS App Store Deployment. If you are exporting an adhoc build then do uncheck it. It will work fast.
Bitcode refers to to the type of code: "LLVM Bitcode" that is sent to iTunes Connect. This allows Apple to use certain calculations to re-optimize apps further (e.g: possibly downsize executable sizes). If Apple needs to alter your executable then they can do this without a new build being uploaded
Upvotes: 14
Reputation: 374
I have a better solution for this problem. Don't go for the export option tomato iPA, try out as mentioned below:
Upvotes: 13