With the move from .dylib to .tbd, a move I understand little of, my app is not enjoying the transition, and searching online, apparently it's not just mine (and not just libxml2.2).Here is my small error list:Undefined symbols for architecture x86_64: _htmlReadMemory, referenced from: _PerformHTMLXPathQueryWithEncoding in XPathQuery.o _xmlBufferCreate, referenced from: _DictionaryForNode in XPathQuery.o _xmlBufferFree, referenced from: _DictionaryForNode in XPathQuery.o _xmlFree, referenced from: _DictionaryForNode in XPathQuery.o _xmlFreeDoc, referenced from: _PerformHTMLXPathQueryWithEncoding in XPathQuery.o _PerformXMLXPathQueryWithEncoding in XPathQuery.o _xmlNodeDump, referenced from: _DictionaryForNode in XPathQuery.o _xmlNodeGetContent, referenced from: _DictionaryForNode in XPathQuery.o _xmlReadMemory, referenced from: _PerformXMLXPathQueryWithEncoding in XPathQuery.o _xmlXPathEvalExpression, referenced from: _PerformXPathQuery in XPathQuery.o _xmlXPathFreeContext, referenced from: _PerformXPathQuery
1
0
9.8k