Re: Build Error Concerning Frameworks
Re: Build Error Concerning Frameworks
- Subject: Re: Build Error Concerning Frameworks
- From: Ken Thomases <email@hidden>
- Date: Wed, 12 Aug 2009 13:18:05 -0500
On Aug 12, 2009, at 11:32 AM, Steven Smith wrote:
I am current getting the following error while trying
to compile some code.
[Session started at 2009-08-12 12:09:00 -0400.]
dyld: Library not loaded: @executable_path/../Frameworks/
AVCVideoServices.framework/Versions/A/AVCVideoServices
Referenced from: /Users/steven/Desktop/Roboplasm/build/Debug/
Roboplasm.app/Contents/MacOS/Roboplasm
Reason: image not found
The framework that is missing is in a Frameworks
Folder as part of the project (see Image)
What you've shown is merely that the framework was added to the
project. That doesn't imply that it's a member of any target or
participating in the build. You can, for instance, add frameworks as
a convenient way of accessing their headers even if you aren't linking
against them.
That said, the error you're getting suggests that you are linking
against this framework, but that it's not being copied into your
application bundle. See this link for instructions on how to set that
up, particularly the steps about the copy files build phase:
<http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/Tasks/CreatingFrameworks.html#//apple_ref/doc/uid/20002258-106880-BAJJBIEF
>
Cheers,
Ken
_______________________________________________
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