Linking a lib in XCode
Linking a lib in XCode
- Subject: Linking a lib in XCode
- From: Haskins Mark <email@hidden>
- Date: Wed, 12 Mar 2008 19:52:40 +0000
I'm struggling to do something which should be very simple and I've
probably missed something somewhere along the way.
I'm writing an application that uses XML, and I am attempting to add
the libxml2.2.dylib library to the project as I believe that this will
resolve my
error: libxml/xmlmemory.h: No such file or directory
error.
I have tried adding it as an 'existing framework', and leaving it at
the root of the tree, I have tried moving the library under the
'Linked Frameworks' folder. I have tried adding it as an 'existing
File'.
I'm reasonably new to Xcode and I have been looking at an existing
application called SeismicXML (which is an example application for the
iPhone) for guidance. When I run that application everything builds
correctly. I am linking to the same version of the libxml2.2.dylib
file that it is using, (its the only one one the computer as far as I
can see).
Can anyone shed some insight as to where I might be going wrong?
Thanks
Mark
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden