• 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: Attach library (.a) in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Attach library (.a) in Xcode


  • Subject: Re: Attach library (.a) in Xcode
  • From: Philip Aker <email@hidden>
  • Date: Thu, 26 Jun 2008 01:28:19 -0700

On 08-06-26, at 00:56, Sebastian Nowicki wrote:

I'm interested as to how people handle static and dynamic libraries. Coming from a Linux background I was confused as to how to do it in Mac OS X, because shared libraries seem discouraged.

Dynamic libraries are encouraged on Mac OS X. Typically you will create a framework target in Xcode and the resulting built framework (a structured directory package built around your library) will house your public and private headers as well as any resources you may need to accompany the library. You can set the install path of dynamic libraries to a fixed location or location relative to the loading executable so it's not necessary to use the regular installation directories.


Look in /System/Library/Frameworks to see how much Mac OS X uses frameworks.


Philip Aker echo email@hidden@nl | tr a-z@. p-za-o.@

Democracy: Two wolves and a sheep voting on lunch.

_______________________________________________
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


References: 
 >Attach library (.a) in Xcode (From: "dexter morgan" <email@hidden>)
 >Re: Attach library (.a) in Xcode (From: Jens Alfke <email@hidden>)
 >Re: Attach library (.a) in Xcode (From: "Sherm Pendley" <email@hidden>)
 >Re: Attach library (.a) in Xcode (From: Sebastian Nowicki <email@hidden>)

  • Prev by Date: Linking build configurations from multiple Xcode projects together
  • Next by Date: Re: SCM and tagging changed lines (was Re: Project templates)
  • Previous by thread: Re: Attach library (.a) in Xcode
  • Next by thread: Re: Attach library (.a) in Xcode
  • Index(es):
    • Date
    • Thread