2

What's the reason behind the disabling of the Include Bitcode for iOS Content in Xcode when submitting a build?

enter image description here

To add more context, the project is somewhat old, 2015-2017, and I'm using Xcode 11.5.

The project has a WatchKit app extension too.

2
  • it likely detects that your build does not have bitcode therefore you cannot upload with bitcode Commented Jul 16, 2020 at 14:38
  • Cool! I can indeed see that the bitcode was enabled. I hadn't thought about that! Would you like to post your comment as an answer though? I believe there's not a question that is similar to this. Commented Jul 16, 2020 at 14:45

2 Answers 2

3

Xcode will detect that the build you have selected to upload does not contain bitcode so that option would not be suitable, so the option to upload with it is disabled.

Sign up to request clarification or add additional context in comments.

Comments

1

For my case a legacy project had Enable Bitcode set to No in Xcode Build Settings. To re-enable this options follow the following steps and try to archive again.

  1. Select Xcode Project
  2. Select your project Target
  3. Select Build Setting
  4. Enable Bitcode -> Yes

Then archive your project again.

Reference: Include bitcode for iOS content

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.