• 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: Per architecture SDK support
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Per architecture SDK support


  • Subject: Re: Per architecture SDK support
  • From: Chris Espinosa <email@hidden>
  • Date: Wed, 8 Jun 2005 17:12:44 -0700

On Jun 8, 2005, at 9:48 AM, Steve Palmer wrote:

Ah. Somehow that got reset to "Current Mac OS".


So for the benefit of anybody else, here's what I've done:


On the TARGET info panel for All Configurations, I set Architectures to "ppc i386"


I'd recommend leaving Debug configuration to be $(NATIVE_ARCH) and only set Release to "ppc i386".  No need to build binaries that your machine can't ever execute at debug time.

On the PROJECT info panel for All Configurations, I set Architectures to "ppc i386"


You don't need to do this if you've set this at the target level, the target will override it.  

On the TARGET info panel for All Configurations, I added:


SDKROOT_ppc=/Developer/SDKs/MacOSX10.3.9.sdk

SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk


I set the "Cross-Develop Using Target SDK" on the PROJECT info panel to "Mac OS X 10.3.9"


This is redundant if you've done the above.  This just sets SDKROOT, which is the fallback if SDKROOT_<arch> is undefined.

I set the "Framework Search Paths" on the TARGET info panel to:


$(SDKROOT)/System/Library/Frameworks


This is unnecessary and redundant.  /System/Library/Frameworks is in the framework search path by default, and when you use an SDK, all system paths are prepended with the SDKROOT_<arch> path automatically.

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

  • Follow-Ups:
    • Re: Per architecture SDK support
      • From: email@hidden
    • Re: Per architecture SDK support
      • From: Steve Palmer <email@hidden>
References: 
 >Per architecture SDK support (From: Steve Palmer <email@hidden>)
 >Re: Per architecture SDK support (From: Chris Espinosa <email@hidden>)
 >Re: Per architecture SDK support (From: Steve Palmer <email@hidden>)
 >Re: Per architecture SDK support (From: Olivier Tristan <email@hidden>)
 >Re: Per architecture SDK support (From: Steve Palmer <email@hidden>)

  • Prev by Date: Re: CodeWarrior vs Xcode issues
  • Next by Date: Re: Build Styles vs Build Configurations
  • Previous by thread: Re: Per architecture SDK support
  • Next by thread: Re: Per architecture SDK support
  • Index(es):
    • Date
    • Thread