Re: Improved cross-project references (was Re: Release Notes for Xcode 3.1.1)
Re: Improved cross-project references (was Re: Release Notes for Xcode 3.1.1)
- Subject: Re: Improved cross-project references (was Re: Release Notes for Xcode 3.1.1)
- From: James Walker <email@hidden>
- Date: Mon, 15 Sep 2008 11:20:21 -0700
Chris Hanson wrote:
I just thought I'd call out these bug fixes specifically, because they
mean Xcode's support for cross-project references is significantly
improved with Xcode 3.1.1.
You no longer need to set up your projects to share a build directory.
Each project can build into its own build directory, and the product of
one project can be referred to in another directly.
Let's say you have a framework and an application that you build as
separate projects in directories next to each other:
MyApplication/
build/
MyApplication.xcodeproj
MyFramework/
build/
MyFramework.xcodeproj
You can do the following, and they will Just Work:
- Drag MyFramework.xcodeproj into MyApplication.xcodeproj.
- Link your application target against the resulting
MyFramework.framework product node.
- Drag the MyFramework.framework product node into a Copy Files build
phase to embed it in your applicaiton.
Does the debug build of the app use the debug build of the framework,
and the release build of the app use the release build of the framework,
when you set things up this way?
--
James W. Walker, Innoventive Software LLC
<http://www.frameforge3d.com/>
_______________________________________________
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