更新至 XCode 7 之後可能會遇到這個問題:
Error
-fembed-bitcode is not supported on versions of iOS prior to 6.0
或
you must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
Solve
Build Settings => Build Options => Enable BitCode ( No )
Unity Solve
Update Unity version to 5.2.2
[…] BitCode not supported […]