• 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: Debug/Release framework linking in Xcode 2.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debug/Release framework linking in Xcode 2.1


  • Subject: Re: Debug/Release framework linking in Xcode 2.1
  • From: Chris Espinosa <email@hidden>
  • Date: Fri, 22 Jul 2005 14:51:48 -0700


On Jul 22, 2005, at 2:24 PM, Eric Long wrote:

I'm updating to Xcode 2.1.  Formerly, parts were being output to the default

Build folder that are now output to Build/Development and Build/Deployment

(/Debug or /Release with a new project).


So... If I have a target in another project that links against the a

framework built in these variants, how do I link my target's debug

configuration to the debug framework and my release configuration to the

release build of the framework?  I can add to targets, but not differentiate

between configurations?



Two different approaches:

1) You use a shared build directory and consistent configuration names.  Your framework will be built into <SharedBuild>/<Configuration>/foo.framework, and your app will look for it there.

2) You build, deploy, and install your framework first, then build your app against the deployed/installed framework. 

Currently it's not easy (and may not be possible) for an app's Debug/Release configurations to compile and link against the Debug/Release configurations of a framework unless they share a common build directory.

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: 
 >Debug/Release framework linking in Xcode 2.1 (From: Eric Long <email@hidden>)

  • Prev by Date: Re: Xcode copies files when it adds them (was Re: Please help - Carbon Application problem)
  • Next by Date: Re: Debug/Release framework linking in Xcode 2.1
  • Previous by thread: Debug/Release framework linking in Xcode 2.1
  • Next by thread: Re: Debug/Release framework linking in Xcode 2.1
  • Index(es):
    • Date
    • Thread