0

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 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?

Lebyrt
  • 1,376
  • 1
  • 9
  • 18
B25Dec
  • 2,301
  • 5
  • 31
  • 54
  • Refer this link http://stackoverflow.com/questions/1495544/dumping-frameworks-for-iphone-3-0-not-working – Nikunj Jadav Sep 12 '11 at 11:18
  • i dumped all the header files for a framework but i want to know how i can reference them so that they don't give an error to me. – B25Dec Sep 12 '11 at 11:57

0 Answers0