Post

Replies

Boosts

Views

Activity

Reply to ITMS-90562: Invalid Bundle - Bitcode failed to compile for your watchOS binary
Hi. Disabling bitcode worked for our case. However, does anybody know the implications of disabling it? Right now, I have only uploaded it on TestFlight, but I still have to upload it to App Store soon, that's why I want to know what will we miss out on if I disable bitcode. I saw the following on SO, but it's not a very recent answer, so this might be outdated by now: Turning it off simply means that your app will live on the app store the same way it did before Xcode 7 & Bitcode. When it's downloaded, binary code for all supported architectures get downloaded from the App Store. If you turn BitCode on, then the intermediate representation of the compiled program gets uploaded and Apple will able to recompile and/or optimize your apps for future architectures (as described here).
Sep ’20