• 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: Linking against something in /Library/Frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking against something in /Library/Frameworks


  • Subject: Re: Linking against something in /Library/Frameworks
  • From: email@hidden
  • Date: Wed, 1 Feb 2006 11:01:42 -0800

See:

http://www.vvi.com/trainingvideos/addagraphtoxcode.html

video to see what I'm talking about. At the end, the guy making the video had to add the Search Path. I'd be interested in knowing why that is.

As I commented on the SciTech mailing list, this is the wrong way to go about this.

The short answer to the latter question is "No" but there are ways you can work around it.  There is one SDK root and it needs to have the set union of all the vendor SDKs you wish to use, including Apple's base SDK.

I think I would rather add the Search Path in the preferences than muck with the SDKs for Xcode! I think.

If you add paths from multiple SDKs (where I'm considering the root OS install as an SDK, the "Current Mac OS" one) you're just asking for trouble.  There may be duplicate frameworks and libraries in those SDKs.  Which one is the build chain supposed to magically know to pick?

As was stated, either don't use the /Developer/SDKs/, or put your 3rd party frameworks into them.  Duplicate an existing one and modify that, if you're worried about it.  You can use custom SDKs in Xcode - just select "Other" in the SDK menu, and click the "Choose" button to pick one, anywhere on disk.

Wade
 _______________________________________________
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: 
 >Linking against something in /Library/Frameworks (From: lbland <email@hidden>)
 >Re: Linking against something in /Library/Frameworks (From: Chris Espinosa <email@hidden>)
 >Re: Linking against something in /Library/Frameworks (From: lbland <email@hidden>)

  • Prev by Date: Linking Problem with 10.3.9 sdk
  • Next by Date: Re: Adding a framework to CVS - revisited
  • Previous by thread: Re: Linking against something in /Library/Frameworks
  • Next by thread: New .cpp not picking up .pch includes
  • Index(es):
    • Date
    • Thread