日度归档:2011年3月22日

iPhone: There is no SDK with the name or path iphoneos XXX

今天开始继续学习iOS开发~

环境: MAC OS 10.6

编译《iPhone 应用程序开发名家解析》的源码报错

(源码下载:www.deitel.com/books/iphonefp

先注册,点 Register,填写相关信息,到邮箱里确认注册

登录,到www.deitel.com/books/iphonefp

下载页面左侧的Download Code Examples

iPhone: There is no SDK with the name or path iphoneos XXX

老的iPhone 项目,使用最新的 XCode 3.2进行编译,报错:

iPhone: There is no SDK with the name or path iphoneos XXX

解决办法:

在XCode的工具条里面选择 Project- Edit Project Setting –

在 General 里面 Project Format 选择 XCode 3.2,

在Build里面 Base SDK选择 iPhone Simulator 3.0

然后再重新编译即可。