superfell / zkSforce

Cocoa library for calling the Salesforce.com Web Services API
https://pocketsoap.com/osx/zksforce/
MIT License
76 stars 27 forks source link

Breaks in XCode 5 / iOS 7 #11

Closed ipranay closed 11 years ago

ipranay commented 11 years ago

I get this message... /Users/PATH_TO_APP/ZKParser.h:22:10: 'libxml/parser.h' file not found

It was working fine untill I updated Xcode to XCode 5.

superfell commented 11 years ago

Xcode 5 seems to ship with less SDK platforms than 4.x so make sure your project still references a valid platform. (I saw a similar problem until i updated the platform SDK selection for the project, and then it built fine)

superfell commented 11 years ago

Is this resolved, are you still having problems ?