• 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: location of frameworks at runtime
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: location of frameworks at runtime


  • Subject: Re: location of frameworks at runtime
  • From: Michael Monscheuer <email@hidden>
  • Date: Sat, 06 Dec 2003 13:34:24 +0100

First you should add a copy rule to your application target, which copies the framework to application bundles' framework directory (set destination to "Frameworks" by opening "Get Info" of copy rule an add the framework product by dragging to the rule).
This makes things easier...


Then you open the "Get Info" of the framework target.
Select build tab and set INSTALL_PATH to @executable_path/../Frameworks

Additionally you have to add the framework to your project targets which shall use the framework.

I found, that this method doesn't enable Xcode to trace the framework when debugging. So I added an additional copy rule to copy the framework into applications' build directory, because if the framework folder additionally is located at /build/myprogram.build the debugger can step in and out the framework.

--
=======================================================
And refashioning the fashioned
lest it stiffen into iron
is work of endless vital activity.
[Goethe]

mailto:email@hidden
mailto:email@hidden

All about CALAMUS DTP suite:
http://www.calamus.net

=======================================================
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

References: 
 >location of frameworks at runtime (From: Olof Hellman <email@hidden>)

  • Prev by Date: location of frameworks at runtime
  • Next by Date: Re: location of frameworks at runtime
  • Previous by thread: location of frameworks at runtime
  • Next by thread: Re: location of frameworks at runtime
  • Index(es):
    • Date
    • Thread