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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to