Re: Framework Image Error
Re: Framework Image Error
- Subject: Re: Framework Image Error
- From: Jerry Krinock <email@hidden>
- Date: Thu, 23 Jul 2009 17:54:09 -0700
On 2009 Jul 22, at 10:49, Stephen Smith wrote:
The frameworks used in the program are all within a build phase titled
Link Binary With Libraries and are also within a Frameworks folder
as a
part of the project.
But does it get built into the product? Right-click the product in
Finder, select "Show Package Contents", then see if Contents/
Frameworks/AVCVideoServices.framework is in there.
If not, then in your project's app Target, you need to add a Copy
Files Build Phase. In its "General" tab, set "Destination" to
"Frameworks". Then add the built framework into this new Build Phase.
Recommended: Name this Build Phase something like "Copy Frameworks".
Also recommended: If you have the source code for the framework and
you build it, add it as a dependency to your project.
http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/Tasks/CreatingFrameworks.html#/
/apple_ref/doc/uid/20002258-106880-BAJJBIEF
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden