Clang-LLVM 适用于 iPhone 吗?

发布于 2024-08-18 17:24:25 字数 139 浏览 2 评论 0原文

我目前正在使用 Xcode 3.2.1 来学习 iPhone SDK,并且想知道是否可以使用 Clang-LLVM 和静态分析器来帮助调试我的代码。目前我正在使用默认模板,但是在项目>设置中交换编译器会在编译模拟器时出现错误。这可能吗?

加里

I am currently using Xcode 3.2.1 for learning the iPhone SDK and was wondering if its possible to use the Clang-LLVM and the static-analyser to aid in debugging my code. Currently I am using the default templates, but swapping the compiler in project>settings gives me errors when compiling for the simulator. Is this possible?

gary

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

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

发布评论

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

评论(1

云醉月微眠 2024-08-25 17:24:25

是的,也不是。

您可以在 Objective-C 代码上使用 Clang 静态分析器(通过“构建和分析”菜单项),但不能使用 clang 或 llvm-gcc4.2 来构建应用程序。

Yes and no.

You can use the Clang static analyzer on your Objective-C code (with the Build and Analyze menu item), but you cannot use clang or llvm-gcc4.2 to build an application.

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