XCode 4 - 使用 GCC 4.0 编译?
xcode 4 的代码覆盖率仅适用于 GCC 4.0。 如何将编译器设置为使用 GCC 4.0 而不是 GCC 4.2。 我需要下载4.0吗?
Code coverage for xcode 4 only works on GCC 4.0.
How can I set my compiler to use GCC 4.0 instead of GCC 4.2.
Do i need to download 4.0 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GCC 4.0 未随 Xcode 4 一起安装。您可以按照 这个问题关于向 Xcode 4 添加对 10.4 和 10.5 SDK 的支持。
GCC 4.0 is not installed with Xcode 4. You can get it back by following the directions in this question about adding support for 10.4 and 10.5 SDKs to Xcode 4.