IOS 9 known issues
Build Errors
If you have got the following error messages in XCode console like:
clang: error: -fembed-bitcode is not supported on versions of iOS prior to 6.0
You need to do this setting right:
Just switch Enable bitcode to no in Build Settings.
If after trying to upload app to the appstore you have got window in XCode with the following messages:
You need:
1. Set the Architectures to Standart architectures (armv7, arm64).
2. Set the Requires full screen.
Console Errors
NSURLSession/NSURLConnection HTTP load failed.
Possible Error body:
You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.