BishopFox / iSpy

A reverse engineering framework for iOS
Apache License 2.0
444 stars 106 forks source link

'libxml/parser.h' file not found #9

Closed davoclavo closed 8 years ago

davoclavo commented 8 years ago

I was getting this error when trying to run ./build on OSX:

DAVResponse.m:1:9: fatal error: 'libxml/parser.h' file not found
#import <libxml/parser.h>
...

Solved it with:

brew install libxml2

I will close this issue, and just leave it here in case someone searches on the github project about this.