iPhone libxml2 undefined symbols (with gdata, kissxml, touchxml, etc.)

前端 未结 1 485
春和景丽
春和景丽 2020-12-18 19:35

I\'m trying to use any one of the libxml based 3rd party XML parsers, but I can\'t because I think I have a libxml2 problem of some sort

I set my other linker flags

1条回答
  •  隐瞒了意图╮
    2020-12-18 20:17

    I had this same problem. It went away when I linked the binary with the library.

    Go to Target -> Build Phases -> Link Binary with Library, click the plus sign and add "libxml2.dylib"

    enter image description here

    0 讨论(0)
提交回复
热议问题