I am creating a framework for iOS in objective-c with X-Code. This framework uses the library libxml2 that I can not include with the framework itself (simply it is not possible for frameworks). Then the user which want to use my framework needs to include that library, because the compiler sees that the framework uses code that is not available.
Rather than using the library available for iOS, can I compile the source files freely downloadable from the Internet? This way I could include libxml2 into my framework!
Here is the official site of the libxml2 library: http://xmlsoft.org/