• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Framework Image Error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Framework Image Error (From: Stephen Smith <email@hidden>)

  • Prev by Date: Re: Challenge: Block Main Thread while Work is done, with Timeout
  • Next by Date: Text is flipped vertically
  • Previous by thread: Framework Image Error
  • Next by thread: Obj-C and MySQL bindings
  • Index(es):
    • Date
    • Thread