开发者

Setting Framework Search Paths?

开发者 https://www.devze.com 2023-01-10 04:48 出处:网络
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 foll

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开发者_C百科 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消