I want to deploy iOS application for iOS version 5.1.1 and above with xcode 7.
But when I tried to run my iOS application project in Xcode 7 beta 4 then it shows error message “-fembed-bitcode is not supported on versions of iOS prior to 6.0”
And for this error I found following predictions on googling, "Xcode 7 has a ENABLE_BITCODE option to embed bitcode in apps, app extensions, and frameworks. The option is turned on by default for iOS and is mandatory for watchOS projects submitted to the store. When bitcode is enabled for a target, all the objects, static libraries and user frameworks used when linking that target must contain bitcode. Otherwise, an error or a warning will be issued by the linker. (Note: missing bitcode is currently a warning for iOS, but it will become an error in an upcoming beta release of Xcode 7.) ENABLE_BITCODE should be consistently turned on for all the targets. If you use a library or framework provided by a third party, please contact the vendor for an updated version which contains bitcode."
Then tried to set ENABLE_BITCODE = NO in Xcode 7 beta 4 But I can’t find this option in Xcode 7 beta 4 under Build Settings of Project and Target of my iOS application project.
Please help me I would like to know how to get option ENABLE Bitcode in XCODE 7 beta 4?
Thanks in Advance.