-fembed-bitcode is not supported on versions of iOS prior to 6.0

后端 未结 2 798
别那么骄傲
别那么骄傲 2021-02-02 05:19

Recently i downloaded xcode 7 beta and facing the error:

-fembed-bitcode is not supported on versions of iOS prior to 6.0

Is there any work around to fix this is

2条回答
  •  不要未来只要你来
    2021-02-02 06:04

    I was trying to run the AudioModem code (set to target iOS 5.1) on an iOS 9.1 device. For me, simply changing the deployment target of the app to 9.0 (incredibly!) worked (somehow without introducing other errors?!).

提交回复
热议问题