Xmppframework could not build module libxml
On DDXMLNode.h My project import XMPPFramework by cocoapods ,like: pod 'XMPPFramework', '~> 3.6.6' I find some way like: 1. header search paths add "$(SDKROOT)/usr/include/libxml2" 2. Other Linker Flags add "-lxml2" 3. Framework Search Path add "/usr/lib/libxml2.dylib" All not working! Instead of changing path of the files you can do what i have done to resolve my error in Xcode 7.2 beta First check if you have file libxml2.tbd framework and libresolve.tbd framework if not then add it to you project and replace few things #if !(TARGET_IPHONE_SIMULATOR) //@import dnssd; #import <dns_sd.h> #else