Re: 10.4 --> 10.5
Re: 10.4 --> 10.5
- Subject: Re: 10.4 --> 10.5
- From: Chris Espinosa <email@hidden>
- Date: Fri, 30 Jan 2009 15:09:28 -0800
On Jan 30, 2009, at 2:59 PM, Jeff Hellman wrote:
cd /Users/jeffhellman/Desktop/PlanbookLive
/Developer/usr/bin/gcc-4.0 -x objective-c -arch ppc
-fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks
-Os -mdynamic-no-pic -Wreturn-type -Wunused-variable -isysroot
/Developer/SDKs/MacOSX10.5.sdk -mtune=G5 -mmacosx-version-min=10.4
-I/Users/jeffhellman/Desktop/PlanbookLive/build/PlanBook3.build/
Release/Planbook.build/Planbook.hmap
-F/Users/jeffhellman/Desktop/PlanbookLive/build/Release
-F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks
For some reason you have a passel of old Framework Search Paths. Lots
of references to your own project, and the last one (the most
problematic) is an explicit reference to the 10.4u SDK. Since user-
defined framework search paths trump system-defined ones (to let you
override when you need to), this last path is obscuring framework
headers in the 10.5 SDK for you.
Go into the Target, then into the Project, and delete any Framework
Search Paths that you don't need.
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