Re: Linking to Framework inside app bundle
Re: Linking to Framework inside app bundle
- Subject: Re: Linking to Framework inside app bundle
- From: Matt Neuburg <email@hidden>
- Date: Fri, 26 Nov 2010 08:59:51 -0800
On Wed, 24 Nov 2010 18:58:34 -0800, Dave Zwerdling <email@hidden> said:
>I have an .app in XCode which is dependent on a custom framework/dynamically linked library which is compiled from another XCode project. The library is compiled as a dependency in XCode for the app. I have a Link Binary with Libraries build phase which includes the external library, and a Copy Libraries build phase in which 2 libraries are copied (Sparkle and the aforementioned external library). In Debug and Release modes in XCode, the building works fine. However, if the app is taken to another machine or the Products directory in my Developer folder is removed or relocated, the app fails to link to the library. The bundle is trying to look in my Development/Products/Debug folder for the library.
Are you remembering to do the @executable_path/../Frameworks thing? m.
--
matt neuburg, phd = email@hidden, <http://www.apeth.net/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.apeth.net/matt/default.html#applescriptthings _______________________________________________
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