I have a project in Xcode 4 (the latest non-beta version) that builds fine when built in Xcode itself. Specifically, the Ld command correctly uses the derived data directory (wh
Check if you didn't import the .m files in your header files! Changing .m to .h fixed this for me!