从 XCode 3.2.2 迁移到 3.2.3 时出现问题

发布于 2024-09-14 07:51:42 字数 166 浏览 4 评论 0原文

将我的 xcode 副本从 3.2.2 升级到 3.2.3 后,我收到了超过 10000 个编译错误。我已经将所有框架切换到iOS 4.0.x版本,并将新的sdk设置为4.0,以iOS 3.1作为编译目标。什么可能导致 10000 错误,以及如何解决这些错误? (这些错误随处出现,甚至出现在sdk文件和系统头文件中)

After upgrading my copy of xcode from 3.2.2 to 3.2.3, I am getting over 10000 compilation errors. I have switched all frameworks to the iOS 4.0.x versions, and have set the new sdk to 4.0, with iOS 3.1 as compilation target. What could be causing 10000 errors, and how do I resolve them? (These errors appear everywhere, and even in sdk files and system headers)

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

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

发布评论

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

评论(2

梦里人 2024-09-21 07:51:42

好吧,如果不知道这些错误是什么,就很难说。

我可能建议卸载 Xcode 3.2.3 并安装最新版本 3.2.5。

要正确卸载,您需要输入:

sudo(xcode
文件夹)/库/uninstall-devtools
--模式=全部

在终端然后安装 3.2.5。

Well, without knowing what those errors are, it is difficult to say.

I might suggest uninstalling Xcode 3.2.3 and installing the latest version which is 3.2.5.

To uninstall properly, you need to enter:

sudo (xcode
folder)/Library/uninstall-devtools
--mode=all

in the terminal and then install 3.2.5.

贪恋 2024-09-21 07:51:42

我通过删除并使用新的编译目标重新编译项目解决了该问题。事实证明,xcode 中的一些项目设置可能相当时髦,并且会导致 GCC 将 Objective C 代码误认为是纯 C 代码。

I solved the problem by deleting and recompiling the project using a new compilation target. Turns out some of the project settings in xcode can be rather funky, and will cause GCC to mistake objective c code as plain c code.

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