如何解決 "-fembed-bitcode is not supported on versions of iOS prior to 6.0" 錯誤訊息

使用 Xcode 7 執行 build 時,出現 "-fembed-bitcode is not supported on versions of iOS prior to 6.0" 錯誤訊息

解決方法 1. 將 deployment target 的值 改成 6.0 以上

如果你的 App 不想支援 Apple watch 的話,可以採用第二種解決方法

解決方法 2. Build Settings -> Build Options -> Enable Bitcode 改為 No (default: Yes)