You need to sign in to do that
Don't have an account?

zksforce and Xcode 4
Hi Everybody and Hi Simon,
I have just installed Xcode 4 Gm version, and opened a project created by Xcode 3.2.5 using zksforce framework.
I get one issue when I try to build, in zkParser.h.
Libxml/parser.h: No such file or directory
It should be something with headers path but I can not find what is the problem.
Thanks in advance.
Danny
Hi Danny,
I had a similar issue with a default project template in Xcode 4. I had to open up the project info, click on the build tab and add /usr/include/libxml2 to the 'Header Search Paths'.
Vincent
Following on from this I had the same error, fixed that but now get:
Does anybody have any ideas what this means or how to fix it?
Thanks
Paul
I haven't setup xcode4 yet, but those errors look like you're not linking to libxml2 correctly. This page has details (for xcode 3) https://github.com/superfell/zkSforce/wiki/Creating-a-new-project-that-uses-zkSforce