Frage

I upgraded my xcode to xcode5,In the directory

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs I got iPhoneOS6.1.sdk/ and iPhoneOS7.0.sdk/

In the directory /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs I got iPhoneSimulator6.0.sdk/iPhoneSimulator7.0.sdk/

Every time when I ran my app, I can't select the version of the iOS, nor can I select I resolution other than retina. The Xcode5 always use a retina resolution with iOS7:

enter image description here

But what I want to use is the low resolution with iOS6, how could I do? ps: I have set the following settings to iOS6.1

General -> Deployment Target

Build Setting -> Base SDK

I did have downloaded the iOS 6.0 simulator, but I do not have option to use that.

enter image description here

War es hilfreich?

Lösung 3

enter image description here

With iOS 6.0 and iOS 6.1 simulator both installed, the problem got solved!

Andere Tipps

Initially go to more simulators

enter image description here

Then A window will open up

enter image description here

Now Download And Install 6.0 /6.1 as you want

enter image description here

After successfully Installation it will show up like that

enter image description here

Hope this will help you !!!

Download Xcode 4.6 dmg file from the apple dev center.

Double click dmg file. Mount it. After then you can automatically use the simulator 6.

Alternatively you can also add the simulator 6 from the Xcode 5 also. But the base SDK will remain 7.0 for Xcode 5.

Go to Xcode preference and install the simulators enter image description here

Go to Xcode5 preference and install the simulators

enter image description here

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top