Anil Varghese
Anil Varghese

Reputation: 42977

Choose a different simulator in Xcode 6

How to choose a different simulator(other than iOS 8) in Xcode 6?. I have successfully installed the iOS 7 simulator from Xcode->Preference->Downloads

enter image description here

But it is not listing in the available simulators for running

enter image description here

Any one know how can i install iOS7 simulator in Xcode 6?

Upvotes: 2

Views: 581

Answers (2)

Antoine
Antoine

Reputation: 23996

Also make sure your deployment target is set to at least <= 7.0 or else you'll only see the iOS 8 simulators

Upvotes: 1

vladof81
vladof81

Reputation: 26499

Once installed iOS 7 simulator, in Xcode 6 go Window > Devices, click on bottom left corner + button and add iOS 7 simulator. Then you can choose it in your Archive Scheme.

enter image description here

Upvotes: 10

Related Questions