Incomplete library version
Incomplete library version
- Subject: Incomplete library version
- From: Hamish Allan <email@hidden>
- Date: Tue, 9 Jun 2009 19:55:43 +0100
Hi,
I'm getting the following runtime error from my application:
dyld: Library not loaded: /usr/lib/libxml2.2.dylib
Referenced from: <full path to my application>
Reason: Incompatible library version: <my application> requires
version 10.0.0 or later, but libxml2.2.dylib provides version 9.0.0
The problem is that I'm building from a base SDK with a later version
than my deployment target. I need this in order to support both
versions of the platform I'm trying to target.
I get the runtime error when I try to run the code on the earlier
version of the platform.
How can I persuade XCode to build against version 9.0.0 of
libxml2.2.dylib rather than version 10.0.0?
Thanks,
Hamish
_______________________________________________
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