XCode 3.2.3 Beta does not allow building for below 3.2.
I opened a project that was made in an earlier XCode. For some reason, the base SDK is reported as missing even after changing it to 4.0. Other projects from earlier XCode do not have this issue.
What can I do?
.pbxprojin your.xcodeprojmight help. In theXCBuildConfigurationsection there are values forSDKROOT. – Evadne Wu Jun 14 '10 at 4:21