I use TeamCity CI to build my Apps, when I build them using xcode (any configuration), a clean build takes just less than 1.5 minutes, but when I run the same command in xcodebuild its excruciatingly slow, take more than 10 minutes. Any ideas why this is happening?
I use precompiled prefix header and even tried to filter the console output to just warnings and errors, still its like 10 minutes.. :(
xcodebuild -project %appname%.xcodeproj -configuration AdHoc -sdk iphoneos4.2 clean build -target Aggregation PROVISIONING_PROFILE=%PROVISIONING% | grep -P "(warning|error)"