Re: xcodebuild 80% faster than Xcode?
Re: xcodebuild 80% faster than Xcode?
- Subject: Re: xcodebuild 80% faster than Xcode?
- From: Dave Keck <email@hidden>
- Date: Mon, 3 May 2010 13:48:35 -1000
> What kind of "build commands" are you referring to here? Are you invoking an external build system (make?), or are you using the Xcode build system? Version of Xcode and Mac OS X?
10.6, Xcode 3.2.2
Build command:
xcodebuild -activetarget
Putting that command in an empty target with a "Run Script" build
phase takes 2x as long as just building the active target in the IDE,
or on the command line.
After further investigation, it appears this is an issue with Xcode
parsing the xcodebuild output. Routing the above command's output to
/dev/null:
xcodebuild -activetarget > /dev/null 2>&1
makes the build times equal.
Bug #7937502
http://openradar.appspot.com/radar?id=326401
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden