Re: adding frameworks
Re: adding frameworks
- Subject: Re: adding frameworks
- From: Andy Wiese <email@hidden>
- Date: Tue, 18 Jan 2005 00:57:54 -0600
On Jan 17, 2005, at 10:04 PM, Pierre Chatel wrote:
Hi,
when i add a framework to my project (by drag-and-dropping it to the
"Groups & File panel) it is automatically added to the "Frameworks and
Libraries" group in the Target. But when i try to run the application
it exits with a dyld error :(...)/build/xxx.app/Contents/MacOS/xxx
can't open library:
@executable_path/../Frameworks/yyy.framework/Versions/2.0/yyy (No
such file or directory, errno = 2)
So how to tell xcode to copy the framework to the build product ?
Thanks,
Pierre CHATEL
All good advice in the other responses, but just to get the whole story
you should probably read the instructions for building embedded
frameworks if you haven't already:
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPFrameworks/Tasks/CreatingFrameworks.html#//apple_ref/doc/uid/
20002258/BAJJBIEF
IIRC, these instructions are for an older Xcode version, but when I did
it I was able to puzzle out the current equivalents and it worked ok.
_______________________________________________
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