没有名称或路径为“iphoneos2.2.1”的 SDK; LinkedIn-iPhone
我下载了 linkedin 与 iPhone 应用程序集成的示例项目 http://github.com/ResultsDirect/LinkedIn-iPhone
我运行演示项目
但出现错误
error: There is no SDK with the name or path 'iphoneos2.2.1'
我正在使用 XCode 版本 3.2.4
我还尝试将 Base SDK 和 iOS Develoment Target 更改为 3.2/4.0/4.1,但出现同样的错误。
-阿米特·巴坦
I download a sample project of linkedin integration with iPhone Application
http://github.com/ResultsDirect/LinkedIn-iPhone
I run the demo project
but giving error
error: There is no SDK with the name or path 'iphoneos2.2.1'
I am using XCode Version 3.2.4
I also try to change the Base SDK and iOS Develoment Target to 3.2/4.0/4.1, but same error occur.
-Amit Battan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,这是由于依赖子项目OAuthLib库项目中的SDK设置没有更新为最新的SDK而导致的。
更新的项目文件可在 git://github.com/Smartovation/LinkedIn-iPhone.git 的 fork 上找到
It turns out that this is caused by the SDK setting in the dependent sub-project OAuthLib library project not being updated for the latest SDK.
Updated project files are available on the fork at git://github.com/Smartovation/LinkedIn-iPhone.git