Re: private frameworks
Re: private frameworks
- Subject: Re: private frameworks
- From: Marius Kintel <email@hidden>
- Date: Thu, 8 Apr 2004 13:32:28 +0200
On Wed, Mar 31, 2004 at 02:03:26PM -0800, Daniel Todd Currie wrote:
>
> But I've tried all that, and unless I place the framework in
> /Library/Frameworks/, Xcode can't find the framework when I try to
> build the app, even when I have added the framework using "Add
> Frameworks...". But then the problem is that the app won't run on
> other machines where the framework is not present. I've tried setting
> the app project's Framework Search Path, and any other relevant build
> settings, to no avail.
>
Some people mentioned that ZeroLink could result in problems like this.
Try turning off ZeroLink.
To diagnose the problem, try running you app from the command-line and
use the debug mechanisms offered by the dynamic linker (man dyld) and
otool to see what is actually happening.
~/= Marius
--
We are Elektropeople for a better living.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.