Re: Dynamic Linking Error - Xcode 4
Re: Dynamic Linking Error - Xcode 4
- Subject: Re: Dynamic Linking Error - Xcode 4
- From: Jerry Krinock <email@hidden>
- Date: Tue, 07 Aug 2012 14:56:56 -0700
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.
> And also, do I do this for every library included?
Yes.
There are apparently some tricky macros you can use. For example, my frameworks have their"Dynamic Library Install Name" set to this:
$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)
which resolves to, for example
@executable_path/../Frameworks/Bkmxwork.framework/Versions/A/Bkmxwork
If I wrote that setting, I don't remember doing it. I cannot explain how it resolves without further study!
_______________________________________________
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