我正在尝试构建libcurl
为with on with的static
库iOS
xcode 4.2 + sdk 5.0
OSX 10.6.8
apple llvm compiler 3.0 or LLVM GCC 4.2.
它编译成功(使用两个编译器),但有很多warnings
这样的:
warning: no rule to process file '$(PROJECT_DIR)/../../../../ProjectName/Libs/curl-7.26.0/src/tool_bname.c' of type sourcecode.c.c for architecture i386
我检查了target->Compile Sources
。它有所有.c
需要的文件,但没有任何
.h
文件。
我也尝试改变Compile Sources
As toC
但没有任何效果。
我不明白如何修复它以及为什么 C 源类型是sourcecode.c.c