Friday, September 16, 2011

-libxml2 Library not found

One of the 3rd party solutions we have says to add -libxml2 linker flag, but this causes an error when trying to build with xcode.  Googling this error results in someone with a similar problem.  He fixed it by reverting his project file.  His linker flags show -lxml2 instad of -libxml2.  Using -lxml2 works.

http://stackoverflow.com/questions/6173766/iphone-libxml2-not-found-during-build

No comments:

Post a Comment