Liam George Betsworth
Liam George Betsworth

Reputation: 18513

iPhone app won't run in simulator

I've just inherited an Xcode project from another person and for some reason I can't seem to run it in the simulator.

Has anyone else had this problem? Does anyone have any ideas on how to fix this?

No Simulator

Upvotes: 2

Views: 754

Answers (1)

Vladimir
Vladimir

Reputation: 170849

Probably the project has "Deployment target" setting higher than SDK version you have installed - try to change it to the lower version that is supported on your Mac (or upgrade your xcode to newer version)

Upvotes: 5

Related Questions