> On 3 Jul 2015, at 17:29, Kevin Meaney <k...@yvs.eu.com> wrote: > > I’m not sure either of those will work. > > On 3 Jul 2015, at 10:07, Roland King <r...@rols.org <mailto:r...@rols.org>> > wrote: >> >> There’s two other options >> >> 1) Use install_name_tool to change the name in the library to the one you >> want. If it’s shorter, and it should be as the install name in that library >> seems rather long, you can do that > > I don’t think modifying the Installation Directory will work. I’ve checked my > framework using otool as Juanjo mentioned he did. Building my Framework I’ve > set Installation Directory to @rpath but the name I see using otool still > says @executable_path/… etc. so there is some information set elsewhere which > informs the linker. So I don’t think editing the path using install_name_tool > will help.
I think it’ll work just fine, that’s what install_name_tool is there for, that’s what I’ve used it for and many others too. You change the install name of the thing you’re linking to before you link it and it shows up in a the right place in the final executable. I believe Mike Ash did a series of two great articles on this. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com