Use the dump framework ?
I just want to know how can I use the dumped framework's header in my application. I dump my public framework with Erica Sadun's class dump API and it successfully released the header files for me on my specified directory but when I tried to use them by pasting those files in to the framework's header folder it is not recognized by the compiler and it throw a compile time开发者_Go百科 error by no such directory
. What are compiler setting I have to do to make them a family of header files in my project from a particular framework. Will the functions declared in the header files be recognised and provide me the functionality of work upon them?
精彩评论