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?
基础教程推荐
- NSString intValue 不能用于检索电话号码 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
