Re: Programs' following -F not found
Re: Programs' following -F not found
- Subject: Re: Programs' following -F not found
- From: Keith Blount <email@hidden>
- Date: Mon, 8 Feb 2010 13:59:12 -0800 (PST)
[Slaps forehead] D'oh! Thank you. Ken had pointed this out to me but I had gone to Project > Edit Project Settings rather than double-clicking on the target, and I have two targets in my project, so the search paths hadn't shown up when I looked before. As soon as I looked in the target build settings, there was the dodgy path as a user defined framework search path. I deleted it and the error is now gone.
Thanks both, much appreciated!
All the best,
Keith
From: Chris
Espinosa <email@hidden>
To: Keith Blount <email@hidden>
Cc: Ken Thomases <email@hidden>; email@hidden; email@hidden; email@hidden
Sent: Mon, February 8, 2010 6:19:50 PM
Subject: Re: Programs' following -F not found
On Feb 8, 2010, at 6:03 AM, Keith Blount wrote:
Ld build/MyApp.build/Release/MyApp.build/Objects-normal/i386/MyApp normal i386
cd /Users/username/MyApp/Development/Code/MyApp
setenv MACOSX_DEPLOYMENT_TARGET 10.4
/Developer/usr/bin/gcc-4.2 -arch i386 -L/Users/username/MyApp/Development/Code/MyApp/build/Release -L/Users/username/MyApp/Development/Code/MyApp -L/Users/username/MyApp/Development/Code/MyApp -L/Users/username/MyApp/Development/Code/MyApp -L/Users/username/MyApp/Development/Code/MyApp -F/Users/username/MyApp/Development/Code/MyApp/build/Release
-F/Users/username/MyApp/Development/Code/MyApp -F/Users/username/MyApp/Development/Code/MyApp -F/Users/username/MyApp/Development/Code/MyApp/../../../Programs -F/Users/username/MyApp/Development/Code/MyApp/../../../../Programming -F/Users/username/MyApp/Development/Code/MyApp -filelist
/Users/username/MyApp/Development/Code/MyApp/build/MyApp.build/Release/MyApp.build/Objects-normal/i386/MyApp.LinkFileList -mmacosx-version-min=10.4 -weak_framework QuickLook -framework Cocoa -framework Carbon -framework ScrAppKit -framework QTKit -framework Quartz -framework WebKit -framework QuickTime -framework AddressBook
-framework QuickLook -framework QuartzCore -framework Sparkle -lEWS -lValidateUniversal -framework Growl -framework SystemConfiguration -o /Users/username/MyApp/Development/Code/MyApp/build/MyApp.build/Release/MyApp.build/Objects-normal/i386/MyApp
ld: warning: directory '/Users/username/MyApp/Development/Code/MyApp/../../../Programs' following -F not found
When you add a framework to your target, Xcode tries to be helpful and add the path to that framework to the target's Framework Search Paths build setting. If the item in question is not a framework, and at some later point
that path no longer exists, you'll get into this situation where you have a useless path in Framework Search Paths.
Just go into Target build settings (all configurations) and delete it.
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