【发布时间】:2014-05-06 14:03:06
【问题描述】:
我正在使用 xcode 和 Objective-C 开发应用程序。 C/C++/Objective-C 的编译器是 Apple LLVM 5.1。
在我的调试配置中,我没有链接标志“-WI,-S,-x”,项目可以运行。 在发布配置中,带有该标志,它会出现以下错误:
ld: internal error: atom not found in symbolIndex(__Z6initIDIN3sys3msg10MsgTouchUpEEiv) for architecture armv7
谁能告诉我这些标志是什么意思?或者我在哪里可以找到关于这些标志的文档。 我在 google 中搜索并访问 llvm,clang 网站,但没有找到有价值的信息。
【问题讨论】:
标签: ios xcode linker clang llvm