Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 sesktop system to another.

please help and suggest

share|improve this question

3 Answers

up vote 3 down vote accepted

Actually I facing this problem beacouse I have renamed the project

I could solve it from

Manage scheme-> Autocreate scheme now

share|improve this answer
Thanks ! I was running code from xCode 4.4.1 to 4.3.1. I was getting same problem. your solution is worked for me. – Swapnil Godambe Dec 22 '12 at 3:50

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.

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.