• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: xcodebuild 80% faster than Xcode?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: xcodebuild 80% faster than Xcode?
      • From: Joar Wingfors <email@hidden>
References: 
 >xcodebuild 80% faster than Xcode? (From: Dave Keck <email@hidden>)
 >Re: xcodebuild 80% faster than Xcode? (From: Joar Wingfors <email@hidden>)

  • Prev by Date: Re: xcodebuild 80% faster than Xcode?
  • Next by Date: Re: xcodebuild 80% faster than Xcode?
  • Previous by thread: Re: xcodebuild 80% faster than Xcode?
  • Next by thread: Re: xcodebuild 80% faster than Xcode?
  • Index(es):
    • Date
    • Thread