I create a static library and add all the project files that I want to open for other projects. Now I have a .pch file that contains most of my #import statements that should be used throughout the application.
When compiling this static library, I get errors due to these missing import statements. I tried copying the .pch file to "Copy Header" and also "Copy Source", but it did not work.
Any clue how to add a .pch file to a static library.
iphone cocoa-touch xcode
Abhinav
source share