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
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?!).