• 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: Xcode 2.2 is now available [Part 2]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 2.2 is now available [Part 2]


  • Subject: Re: Xcode 2.2 is now available [Part 2]
  • From: Mark Krenek <email@hidden>
  • Date: Tue, 27 Dec 2005 12:17:50 -0600

I have found that if you have to include more than one path for the setting, then the quotes get lost when you re-open the project.

For example, this does not work (notice there are 2 quoted paths):
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../ASL\ Cocoa\ Toolkit/build/$(CONFIGURATION)" "$(SRCROOT)/../Aspyr\ Game\ Directory/build/$(CONFIGURATION)"

But this does:
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../../ASL\ Cocoa\ Toolkit/build/$(CONFIGURATION)"

Unfortunately, I need to specify 2 paths.



Yes, I did try that.

Hank Schultz
Cedrus Corporation
http://www.cedrus.com/



On Nov 17, 2005, at 1:24 PM, Dave Thorup wrote:

On Nov 17, 2005, at 3:43 PM, William H. Schultz wrote:

I tried this:

LIBRARY_SEARCH_PATHS = $(BUILT_PRODUCTS_DIR)/"$ (APPLICATION_NAME)".app/Contents/Frameworks $(SDKROOT)/usr/lib

Have you tried this:

LIBRARY_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/$ (APPLICATION_NAME).app/Contents/Frameworks" $(SDKROOT)/usr/lib

I think you should have the entire path enclosed in the double quotes, not just part of it.
_____________________________

Dave Thorup
Software Engineer
email@hidden

http://www.kuwan.net
HyperSpell - Check spelling in Mac OS X from any application.

 _______________________________________________
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

  • Prev by Date: Weak linking and NULL pointers
  • Next by Date: Re: search in file with regular expression
  • Previous by thread: Re: Weak linking and NULL pointers
  • Next by thread: Question about dynamic and static libraries
  • Index(es):
    • Date
    • Thread