Re: Bundle loader chicken-and-egg problem
Re: Bundle loader chicken-and-egg problem
- Subject: Re: Bundle loader chicken-and-egg problem
- From: leenoori <email@hidden>
- Date: Thu, 2 Nov 2006 08:37:21 +0100
El 2/11/2006, a las 7:36, Chris Espinosa escribió:
On Nov 1, 2006, at 10:27 PM, David Catmull wrote:
I have a project that builds an application and a couple of
plugins, using the bundle loader setting on the plugins so they
can access symbols in the application. The problem is that the
application has to be built before the plugins so they will link,
but I also want the plugins to be built first so they can get
copied into the app bundle.
With CodeWarrior, I would make a stub library for the plugins to
link to. Is there an equivalent for this in Xcode, or am I going
to have to somehow get fancy with my build phases so all the
building, linking, and copying can happen in the necessary order?
Make a stub application with strip -s on the app's executable, and
link the plugins against that.
Or make a new target, "Application + Plug-ins", that depends on the
other two targets and copies the plug-ins into the app bundle.
_______________________________________________
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