Re: Link Error: following -F not found
Re: Link Error: following -F not found
- Subject: Re: Link Error: following -F not found
- From: Graham Cox <email@hidden>
- Date: Sun, 18 Jul 2010 10:32:15 +1000
On 18/07/2010, at 3:45 AM, Joseph Ayers wrote:
>
> I get a link error:
>
> ld: warning: directory '/Users/lobster/Programming/Roboplasm/../../../core-plot/framework/build/Debug' following -F not found
Have you recently updated Xcode?I started getting this error on the latest version. It's just caused by a stale path in your build settings that didn't log an error previously. It can be hard to discover which path setting is causing this because it may well be an expansion of a build-setting variable which bears no immediate resemblance to this. Xcode could do with some hints (like a tooltip?) that showed the expansion of these things so that spotting bad paths is easier.
> I can't find a reference to core-plot anywhere in the code. How do I interpret: /../../../ in the message?
Each ../ means "go up one", i.e. to parent directory.
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden