ios
ios

Reputation: 6164

iPhone app: not able to select iOS device or iOS Simulator for running the project

For my iPhone app I am not able to select iOS device or iOS Simulator for running the project it is only showing option for mac-64 bit. What could be wrong?

I am facing this problem after I moved my project from one desktop system to another.

Upvotes: 1

Views: 304

Answers (3)

ios
ios

Reputation: 6164

Actually I facing this problem beacouse I have renamed the project

I could solve it from

Manage scheme-> Autocreate scheme now

Upvotes: 2

Alex Coplan
Alex Coplan

Reputation: 13371

Try going into the project settings, and changing the base SDK to iOS (4.3).

An option for this can be found in the info and build settings panels of the project window. I recommend changing it in both places

Upvotes: 0

cwoebker
cwoebker

Reputation: 3288

Maybe your sdk versions differ, did you try to recreate the project and just import the code.

If this is a one time change that might be working out.

Upvotes: 0

Related Questions