Reputation: 17685
I have this error
Missing required module 'libxml2'
On my import
I have the module on my linked library
Upvotes: 0
Views: 1854
Reputation: 285039
in Build Settings add
$SDKROOT/usr/include/libxml2
-lxml2
Adding libxml2
explicitly in Linked Frameworks and Libraries is not needed in Xcode 8.
Upvotes: 4