Re: Help needed with install path and bundling libraries
Re: Help needed with install path and bundling libraries
- Subject: Re: Help needed with install path and bundling libraries
- From: Sean Heber <email@hidden>
- Date: Thu, 29 Sep 2005 14:57:02 -0500
Does anyone have a sample xcode project that does what is described
below and works? I have a feeling I'm missing something obvious
someplace, but I can't figure it out. I'm using XCode 2.2.
Thanks,
Sean
On Sep 29, 2005, at 9:31 AM, Dave McCaldon wrote:
I had some similar problems trying to build a composite framework
(the framework itself relied on several sublibraries). According
to the Apple docs, you should put these in a subdirectory of the
framework called Libraries. However, there's no special "magic"
with regard to either of:
[snip]
For example, you're building a framework Foobar, that uses [dylib]
libraries A and B. It also turns out that say A uses C. So
according to the docs you create a structure like:
[snip]
This works for an embedded framework and will work in all Mac OS X
versions (well, I've never tried Jaguar!).
On Sep 29, 2005, at 1:50 AM, Sean Heber wrote:
I am trying to build a framework which is to built up from other
dynamic libraries using the -sub_library linker option to create a
kind of composite framework made up of all the smaller
components. (I hope I'm understanding sub_library correctly...)
I want to make this resulting framework embed-able (aka a private
framework). I can't seem to figure out what the install_path
should be for the libraries that the framework depends upon.
[snip]
_______________________________________________
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