I downloaded the new Xcode5 preview and have found I cannot build my main project. Everything was ok in 4.6.3. I am aware that Xcode5 is in beta and should not be discussed in public forums however this question is not specific to Xcode5.
The reason the project is not building is some environment variables are not being set
BUILD_COMPONENTS is empty
BUILD_DIR and BUILD_ROOT are not even being set
I can see which variables are set using xcodebuild ShowBuildsettings command
Can anyone tell me where these variables are pulled from for use by Xcode so I can fix the issue
Thanks