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
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
HyperSpell - Check spelling in Mac OS X from any application.
|