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?
基础教程推荐
- 从 UIWebView 访问元数据 2022-01-01
- EditText 中的 setHintTextColor() 2022-01-01
- 在 iOS 7 下 CCMenu 错位 2022-01-01
- 更改 UITableView 部分标题的颜色 2022-01-01
- UINavigationItem 的持久 rightBarButtonItem 属性 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- 在视图控制器的宽度上水平均匀分布 UIButton 的最简单方法? 2022-01-01
- UINavigationBar 隐藏按钮文本 2022-01-01
- Firebase 云消息传递令牌未生成 2022-01-01
- Android - 如何在runOnUiThread 中将数据传递给Runnable? 2022-01-01