I got this error when switching from Xcode 4.6 Developer Preview 1 to Xcode 4.6 Developer Preview 2
and the fix is to re-add all the frameworks to your projects!
All frameworks (iAd, QuartzCore, GameKit, StoreKit, etc.) still pointed to the Xcode path from DP1. I just needed to reinstall them on DP2. Also, when adding frameworks, select “Relative to the SDK” and not “Absolute path”, as some frameworks (10% of them) still point to the correct path.
source share