I’m building an iOS static library project using silver and when trying to import it on an XCode project it complains that the library does not contain bitcode. How can I enable the generation of bitcode on the compiler?
Thanks
I’m building an iOS static library project using silver and when trying to import it on an XCode project it complains that the library does not contain bitcode. How can I enable the generation of bitcode on the compiler?
Thanks
There’s a project setting, Generate BitCode, to turn this on and off.
Try turning on Advanced Options in the Edit menu. if it’s not there, maybe the option is newly exposed in 8.3.95 (which should RTM later this week).
If you have beta access, you can grab an RC/Gamma of that release now, or the latest 8.4 betas.
Advanced Options worked. Thanks!