After Getting update to Xcode (7.0) , I m getting a common error on all of my projects .
This error occurs because of bitcode. Since all of my projects are till now compiled with IOS 8 and lower version. but this bitcode feature is new in IOS9.
Note : Your library was compiled without bitcode but the bitcode option is enabled in your project settings. Say NO to Enable Bitcode in your target Build Settings and the Library Build Settings to remove the warnings.
After Xcode 7,bitcode option will be enabled by default,If your library was compiled without bitcode but the bitcode option is enabled in your project settings.You can
Discover more from CODE t!ps
Subscribe to get the latest posts sent to your email.