I am trying to test my application using ios7 using the Xcode 6 simulator, but I can not find an option for it. Currently, it only downloads ios8, while my deployment target is set to 7.
Also in accordance with this post from Apple:
Starting February 1, 2015, new iOS applications uploaded to the App Store should include 64-bit support and be built using the iOS 8 SDK included with Xcode 6 or later. To enable a 64-bit project, we recommend that you use the default setting for Xcode "Standard architectures" to create a single binary file with 32-bit and 64-bit code.
Does this mean that new applications can no longer run on ios7?
Thank you for your help.
source
share