Search code examples
iphonexcodelibxml2libxslt

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?


Solution

  • 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 issue as quite a few others but at the moment at least, I have no idea how to go about turning the dynamic library into a static one.

    Thanks.

    EDIT: Check out this Version of XSLT in iPhone

    My app was rejected for using LibXSLT so instead I manually added the source code and did it that way. My app was approved a few days ago.