将 Xcode 4.0.1 升级到 4.1 给出 iPhone sdk 编译错误

发布于 2024-11-30 12:25:08 字数 184 浏览 0 评论 0原文

我已经将 Snow leopard 与 Lion OS x 进行了新的更改,将 Xcode 4.0.1 与 4.1 进行了新更改。 iPhone 代码在 Xcode 4.0.1 上运行良好。现在,在 Xcode 4.1 中,它给出的错误主要与 LLVM GCC 4.2 相关。我尝试过更改编译器的不同可用选项。身体可以知道这个问题并帮助我解决这个问题吗?

I have new changed the Snow leopard with Lion OS x and Xcode 4.0.1 with 4.1. The iPhone code was working fine on Xcode 4.0.1. Now in Xcode 4.1 it giving errors mostly related to LLVM GCC 4.2. I have tried with changing the compiler's different options available. Can body know the issue and help me out of this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

哽咽笑 2024-12-07 12:25:08

我认为您想更改目标上的编译器版本并双击它,然后您必须从那里更改它。尝试一下,我可以解决您的问题。
http://useyourloaf.com /blog/2011/3/21/compiler-options-in-xcode-gcc-or-llvm.html
检查这个网址

I think you want to change the compiler version on the target and double click it then you have to change it from there.Try it,i may solve your problem.
http://useyourloaf.com/blog/2011/3/21/compiler-options-in-xcode-gcc-or-llvm.html
check this url

酒儿 2024-12-07 12:25:08

我知道当我升级到Lion和Xcode 4.1时,通过App Store的更新删除了iOS SDK 4.0、4.1和4.2,只留下4.3。

这给了我编译错误,因为我的基础 SDK 是 4.0,它需要 4.0 SDK 文件来编译,我很幸运,备份了所有内容,并将我的 SDK 复制回 Lion,

/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs

这是我在升级时遇到的唯一问题,希望这有帮助。

I know that when I upgraded to Lion and Xcode 4.1, the update via App Store removed iOS SDK 4.0, 4.1 and 4.2, leaving only 4.3.

This gave me compile errors because my base SDK was 4.0, it required the 4.0 SDK files to compile, I was lucky enough to have everything backed up and I copied my SDKs back over to Lion into

/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs

This was the only issue I had with the upgrade, hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文