Search code examples
htmliosparsinglibxml2

Where I can get libxml2.2.dylib?


I need to parse a html string on iOS, I came across to Raywenderlich tutorial by using libxml2 and hpple. I already go to the website http://www.xmlsoft.org, but I can't find the download link or maybe something that direct to it. I'm quite experienced on Obj-C, but I', fairly new to C. How to get the dylib? maybe by compiling my self? could you give me the step how to do it?


Solution

  • Apple made it easy.

    Follow the steps from 1 to 8 in screenshots,

    enter image description here

    enter image description here

    and you're done! enter image description here

    Note, Most of the frameworks you can add by following the above steps.