• 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
[Q] Dependencies in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Q] Dependencies in Xcode


  • Subject: [Q] Dependencies in Xcode
  • From: Eric Gorr <email@hidden>
  • Date: Tue, 14 Oct 2008 18:04:26 -0400

I am reading through the Xcode Build System Guide (9/9/2008). On page 26, there is a multiple target example.

In this example, there is the juicer_aggregate target which contains three dependencies -juicer_app, blender_app & mixer_framework.

My question is, is it possible to tell the juicer_aggregate target that the mixer_framework _must_ be built before the juicer_app & blender_app targets are built?

The way this works currently is that the juicer_app & blender_app targets have a dependency on the mixer_framework.

In the case I am dealing with, it would be very useful to not have to setup the dependency in the juicer_app & blender_app targets, but to be able to setup an aggregate target which says that the mixer_framework must be built before the juicer_app & blender_app targets.

As near as I can determine, what I want to do is not possible. One simply must setup the dependency in both the juicer_app & blender_app targets if one wants to make sure that the mixer_framework is already built when building the juicer_aggregate target.

If this is confirmed, I plan to submit a feature request.


_______________________________________________ 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
  • Follow-Ups:
    • Re: [Q] Dependencies in Xcode
      • From: Jean-Daniel Dupas <email@hidden>
  • Prev by Date: Re: Undefined symbols: "_fputs$UNIX2003", referenced from:
  • Next by Date: Re: [Q] Dependencies in Xcode
  • Previous by thread: Re: Interface Builder class instantiation
  • Next by thread: Re: [Q] Dependencies in Xcode
  • Index(es):
    • Date
    • Thread