I try to update an old iOS app with deployment target 5.1.1. When I run it on iOS 9.3.2, I got this error below:
-fembed-bitcode is not supported on versions of iOS prior to 6.0.
How can I fix that? Any ideas?
I try to update an old iOS app with deployment target 5.1.1. When I run it on iOS 9.3.2, I got this error below:
-fembed-bitcode is not supported on versions of iOS prior to 6.0.
How can I fix that? Any ideas?
Project target ---> Build Settings --->search for bitcode set Enable Bitcode to NO
Project target
---> Build Settings
--->search for bitcode set Enable Bitcode
to NO