Reputation: 18513
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?
Upvotes: 2
Views: 754
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