Rebuild from Bitcode and Xcode 11

Hello,


I have a question about the option "Rebuild from Bitcode" in Xcode while distributing an archive for Development or Ad Hoc. In my app, the build setting "Enable bitcode" is set to NO. Then I archive the app and want to distribute it, but I'm not sure about the option "Rebuild from Bitcode". Since the project setting for enabling the bitcode is set to NO, do I have to deselect the "Rebuild from Bitcode" option? What would happen if I left it on? Does it matter at all if it's on or off since the build setting is set to NO? I'm also using external framework (Crashlytics) to detect any crashes, would this option "Rebuild from Bitcode" have any effect on it whether it's on or off?


Best Regards,

Petar Antonov

Replies

I read in late, but I can say


1) set to Yes if You are going on Apple Store

(read here soem idea.. https://www.infoq.com/articles/ios-9-bitcode/ )


2) I used it in enterprise dev, too: For final user is he same.


(for quick enterrpise dev. for example is fster to leave it off, but is mainsly to save exporting time..)