Is there any way to use LLVM 3 in Xcode 4.1?(有没有办法在 Xcode 4.1 中使用 LLVM 3?)
问题描述
我想知道,既然 LLVM 3.0 很容易获得并正式发布,那么在使用 Xcode 4.1 时是否可以使用 LLVM 3 进行编译.自从我使用了 ARC 并且我的应用程序开发比计划的更早完成后,这将很有帮助.所以我不必等到下一个 Xcode 4.2 发布才能将我的应用程序上传到 Apple 审查.谢谢
I wonder, since LLVM 3.0 is readily available and officially released, is there a way to compile with LLVM 3 when using Xcode 4.1. It would help alot since I used ARC and my app development turned out to be finished sooner than planned. So I don't have to wait until next Xcode 4.2 is released to upload my app to Apple review. Thanks
推荐答案
你可以轻松地用任何你想要的Xcode编译器编译;请参阅 http://mattrajca.com/post/8749868513/llvm-code-coverage-and-xcode-4 ,例如.IIRC,您不能提交不使用与官方 Xcode 版本捆绑的编译器的应用程序.
You can easily compile with any compiler you want with Xcode; see http://mattrajca.com/post/8749868513/llvm-code-coverage-and-xcode-4 , for example. IIRC, you aren't allowed to submit an app that isn't using a compiler bundled with an official Xcode release, though.
这篇关于有没有办法在 Xcode 4.1 中使用 LLVM 3?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:有没有办法在 Xcode 4.1 中使用 LLVM 3?
基础教程推荐
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
