I have an Objective-C project in Xcode. I also have a bunch of C files that come with a Makefile. I want to integrate the C files into the Xcode project. Dragging the C files in the project does not work as Xcode complains of undefined symbols during compilation. How can I specify the Makefile so that Xcode can properly compile the C files?
没有评论:
发表评论