Hacker News new | ask | show | jobs
by puls 4789 days ago
"Runs the same tests as Xcode.app."

If this works, it's huge. Mad excited about this.

2 comments

It works, we use it here at Facebook
Doc could use some install suggestions.
Agreed. When first I encountered these differences with xcodebuild I found it incredible that the IDE and command line builds are not based on the same backend (indeed the IDE could just wrap the command line tools if well-designed).

Every project's main build should be scriptable -- for reproducible releases, continuous integration etc. I wonder how Apple internally builds things for release when something this simple doesn't work (maybe they don't use OCUnit?).