How to ensure that nested project targets get built ?
How to ensure that nested project targets get built ?
- Subject: How to ensure that nested project targets get built ?
- From: Paul Russell <email@hidden>
- Date: Fri, 2 Oct 2009 15:39:53 +0100
Suppose I have a project, test_foo.xcodeproj, and a nested project,
foo.xcodeproj, which builds a library libfoo.a, and libfoo.a is linked
to the executable test_foo built in test_foo.xcodeproj. How do I make
sure that when I build and run test_foo, that libfoo.a gets rebuilt
automatically if needed ? There doesn't seem to be any way to
introduce a dependency from a nested project to its parent project, as
you would if everything were in a single project ? Or am I missing
somtehing obvious ?
Paul
P.S. This is Xcode 3.2.
_______________________________________________
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