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.

I have an XCode project where when I click on Project->Edit Project Settings I have things set to iOS 3.2, but when I build, XCode sets the Framework Search Paths to iPhoneOS3.0.sdk. I've set the following using Project->Edit Project Settings:

  1. Base SDK = iPhone Device 3.2

  2. iPhone OS Deployment Target = iPhone Device 3.2

  3. Targeted Device Family = iPad

Does anyone know what setting XCode is using to set the Framework Search Paths to iPhoneOS3.0.sdk?

share|improve this question

1 Answer

up vote 1 down vote accepted

The solution I found was to go to the Target Info and delete the Framework search path that XCode created. Then everything compiled correctly.

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.