How do I add c library to Xcode Cocoa project?
Or what is the best option, I don\'t want to copy them into Cocoa project directory.
I have a C project called
I figured it out.
I point to location of project a deployment directory (headers) to Search Path in project settings either:
a
Header Search Paths
User Header Search Paths
"a/a.h"
As for library I just drag it to Xcode project and set it to refer to library instead of copy.