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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com