I'm archiving an app and get an error message saying that I'm missing the following:

#include <libxml/xmlreader.h>

the app builds fine on a device and simulator. I'm only getting this error when archiving.

any idea what I need to do to fix this?

thanks for any help

有帮助吗?

解决方案

I changed the library search path and added "/usr/include/libxml2" to it. It worked and archived after that.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top