I have a Mac OS X project that compiles fine under 10.6, but then I compile it on my 10.7 machine I get the following link error:
ld: warning: directory not found for option '-L/Developer/SDKs/MacOSX10.7.sdk/usr/lib/gcc/i686-apple-darwin10/4.0.1'
The MacOSX10.7 SDK is installed and it does show up in xcode 4 as one "Latest Mac OS X" in Build Settings. I have "i386 x86_64" for my Valid Architectures setting.
I'm pretty sure it's just some Build Setting I've got wrong, but I can't for the life of me find it. Anyone know what is causing this?