How to test my application on ios 7 using Xcode 6 simulator

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.

+4
source share
3 answers

First, change the deployment target to 7. You can change the deployment target from the target in the Deployment Information section. Go to the Xcode Preferences tab, select the “Downloads” tab and download iOS7 Simulator. Now go to Xcode, you can find iOS7 Simulator in the list of target devices, if not exit, but restart Xcode. Hope this helps.

+2
source

- iOS, . , , , . iOS 7 , Build & Run , iOS 7.

iOS 7 , iOS 7 Xcode → →

+1

, xcode (7) > ​​select Components , Simulater Documents.

0

All Articles