独立构建静态库给出错误

时间:2011-08-29 14:04:42

标签: iphone ios xcode ios5

现在给出错误#include not found。我添加库的文件夹放在桌面上。我还设置了该文件夹的标题搜索路径,无法找出问题所在。帮助我! enter image description here

1 个答案:

答案 0 :(得分:1)

-fno-objc-arc编译器标志仅适用于Apple LLVM编译器3.0及更高版本。

完全删除标志与定义标志相同,默认为没有ARC。