• 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
Re: Improved cross-project references (was Re: Release Notes for Xcode 3.1.1)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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: Chris Hanson <email@hidden>
  • Date: Mon, 15 Sep 2008 12:43:47 -0700

On Sep 15, 2008, at 11:20 AM, James Walker wrote:

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?

Yes.

  -- Chris


_______________________________________________ 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
References: 
 >Release Notes for Xcode 3.1.1 (From: Chris Espinosa <email@hidden>)
 >Improved cross-project references (was Re: Release Notes for Xcode 3.1.1) (From: Chris Hanson <email@hidden>)
 >Re: Improved cross-project references (was Re: Release Notes for Xcode 3.1.1) (From: James Walker <email@hidden>)

  • Prev by Date: Searching in frameworks
  • Next by Date: Disable precompiled headers for one file?
  • Previous by thread: Re: Improved cross-project references (was Re: Release Notes for Xcode 3.1.1)
  • Next by thread: CodeSense doesn't see a global var
  • Index(es):
    • Date
    • Thread