xcode - Compilation warning: no rule to process file of type sourcecode.c.c for architecture i386 -
i'm trying build libcurl static library ios xcode 4.2 + sdk 5.0 on osx 10.6.8 apple llvm compiler 3.0 or llvm gcc 4.2.
it compiled (with both compilers) has many warnings this:
warning: no rule process file '$(project_dir)/../../../../projectname/libs/curl-7.26.0/src/tool_bname.c' of type sourcecode.c.c architecture i386 i checked target->compile sources. has .c files needs , don't have .h files.
i tried change compile sources c no take effect.
i'm not understand how fix , why type of c sources sourcecode.c.c
Comments
Post a Comment