Re: problem building projects with frameworks on the command line
Re: problem building projects with frameworks on the command line
- Subject: Re: problem building projects with frameworks on the command line
- From: Jerry Krinock <email@hidden>
- Date: Wed, 30 Dec 2009 21:06:56 -0800
On 2009 Dec 30, at 15:24, Paul Forgey wrote:
> What am I missing?
I'm not sure, but you haven't mentioned where your Build Directories are. I was told a few years ago that for cross-project dependencies you need a common Build Directory. But even if that is no longer required, you should still be looking in the Build Directory to see what the problem is -- like -- is that framework product where it is expected to be?
Another thing you are apparently missing, although it's not the problem, is Project Dependency. In each of your projects Thing1 and Thing2, you should set a dependency on My Framework. Then you can eliminate that first line in your snippet. The way you're doing it should work too, but using dependencies is less fragile and is the way most people do it.
Search and read in Xcode documentation on Build Directories and Dependencies.
_______________________________________________
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