Re: Dynamic Linking Error - Xcode 4
Re: Dynamic Linking Error - Xcode 4
- Subject: Re: Dynamic Linking Error - Xcode 4
- From: Jens Alfke <email@hidden>
- Date: Tue, 07 Aug 2012 17:42:16 -0700
On Aug 7, 2012, at 2:56 PM, Jerry Krinock < email@hidden> wrote: On 2012 Aug 07, at 14:03, Rutvik Choudhary <email@hidden> wrote:
There is an "Dynamic Library Install Name" option in the "Build Settings" tab, is that where I put " the @executable_path/libBox2D.2.1.0.dylib" text?
Yes.
No, that would be appropriate if his target _built_ the dylib, but the OP is building an app that _links against_ the dylib. AFAIK Xcode has no support for editing the install name of a dependent library; you have to run install_name_tool yourself, often as a script during the build process right after you copy the library into your app bundle.
—Jens |
_______________________________________________
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