Question

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top