Ihmahr
Ihmahr

Reputation: 1120

xcode change target from 'iOS device' to the simulator

I had a project in xcode and didn't touch it for a month (and forgot how it works).

Now I want to change the target from 'iOS device' to the simulator.

I can not for the life of me figure out how I should do this in xcode 4.5.2

-- EDIT FOR CLARITY --

enter image description here

enter image description here

Upvotes: 1

Views: 7761

Answers (2)

zshcbka
zshcbka

Reputation: 426

Check if you have any simulator installed in your X-Code. (Xcode->Preferences -> Downloads -> Components )

Upvotes: 4

Rui Peres
Rui Peres

Reputation: 25927

Like this:

enter image description here

Top left corner in Xcode: Set Active scheme.

Upvotes: 1

Related Questions