Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where can I find iOS 7 simulator?

Tags:

I have downloaded the xcode5_GM_seed and install it, but I cannot find iOS7 simulator in components.

Where can I find iOS 7 simulator?

like image 289
ahznsgxb17 Avatar asked Sep 12 '13 01:09

ahznsgxb17


People also ask

Where do I find iOS simulator?

To launch a Simulator without running an app Do one of the following: Choose Xcode > Open Developer Tool > Simulator. Control-click the Xcode icon in the Dock, and from the shortcut menu, choose Open Developer Tool > Simulator.

Does iOS simulator Have App Store?

No. The iOS Simulator does not have an App Store.


2 Answers

XCode 5 comes with iOS 7 sdk and simulator automatically. However, since iOS 7 is not supported in old "iPhone" and supported in "iPhone Retina..." and "iPad.." so you need to select appropriate iOS simulator in your project... (your old/existing projects seems to be selecting to "iPhone" simulator)

enter image description here

like image 59
Ashok Avatar answered Oct 04 '22 03:10

Ashok


Since iOS 7 does not support non-retina devices, you need to select one of the retina devices to see iOS7 simulator option.

like image 36
volution Avatar answered Oct 04 '22 03:10

volution