-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error building on Xcode 7; can't libxml2 and its headers #7
Comments
For Xcode 7 / OSX 10.11 you have to update
I believe Xcode 8 / MacOS 10.12 will require:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for creating updated version, I am trying to build the code on Xcode 7.3.1 and I keep getting the following two errors:
.../GlimpseXML/GlimpseXML/module.modulemap:2:10: Header '/usr/include/libxml2/libxml/xmlexports.h' not found
I have checked everything that I can think of.
Here is what I have tried so far:
I have tried to change SDKROOT to SDK_DIR in build-settings->search-paths->Library-search-paths
I have tried to put the full path of the headers in the module map instead of /usr/include.., it just fails in another place (cannot find libxml/xmlexports.h).
I have also tried to specify oath in build-settings->search-paths->Framework-search-paths and build-settings->search-paths->Library-search-paths.
Please let me know if there is anything that I have missed.
The text was updated successfully, but these errors were encountered: