Posts

Post not yet marked as solved
3 Replies
Hi there,They are system files, such as libxml2The cocoapods etc..look like they are configured ok. In the settings, the header search paths are detailed as -$(sdkroot)/usr/include/libxml2Which should find them ok.. But, build stops with error, stating it can find i.e. libxml2If libxml2 is now bundled in the Xcode app directory, then I would have expected it to be found automatically. I think Xcode needs to be told somehow where to now find i.e. libxml2 (in the case of this project, probably developed way before Catalina released).