• 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: Programs' following -F not found
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programs' following -F not found


  • Subject: Re: Programs' following -F not found
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 8 Feb 2010 10:19:50 -0800


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

  • Follow-Ups:
    • Re: Programs' following -F not found
      • From: Keith Blount <email@hidden>
References: 
 >Programs' following -F not found (From: Keith Blount <email@hidden>)
 >Re: Programs' following -F not found (From: Ken Thomases <email@hidden>)
 >Re: Programs' following -F not found (From: Keith Blount <email@hidden>)

  • Prev by Date: Re: Programs' following -F not found
  • Next by Date: Re: what is this "I"?
  • Previous by thread: Re: Programs' following -F not found
  • Next by thread: Re: Programs' following -F not found
  • Index(es):
    • Date
    • Thread