在xcode 4.2项目中添加静态库

时间:2011-11-03 13:11:17

标签: xcode

在xcode 4.2中添加静态库后构建项目时出现以下错误

命令/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang失败,退出代码为1

1 个答案:

答案 0 :(得分:0)

您可能需要在目标的构建设置中添加一些其他链接器标志。查看目标中的Build Settings。 enter image description here

通常这会修复静态库的链接问题。