I have a static library that support iOS 5 and above, and we're trying to prepare to the upcoming iOS 9.
After searching several sources, I couldn't find direct answers to the following:
- Is bitcode mandatory? What would happen if I'll set
Enable Bitcode = False
how would it affect the host app?
This post implies that as a static library, I must enable bitcode.
- While trying to build the library I get an error:
-fembed-bitcode is not supported on versions of iOS prior to 6.0
Can I choose to turn it off for certain iOS version? Is there a proper way to handle it.