How do I include libxslt in my iPhone app?
问题 I've heard that including libxslt.dylib is grounds for getting your app rejected. I don't know how accurate that is. Nevertheless, I would like to include the latest version of libxslt. I'd like to do the same thing with libxml2, as well as other libraries in the future. What is the correct way to include a code library like this in my app? 回答1: Hey Hilton, any chance you could let us know how you managed to statically link the LIBXSLT library into your app please? I'm having exactly the same