5 ms·
"Runs the same tests as Xcode.app." If this works, it's huge. Mad excited about this.
by puls 13y ago
"Runs the same tests as Xcode.app."
If this works, it's huge. Mad excited about this.
- LegNeato 13y agoIt works, we use it here at Facebook
- gte910h 13y agoDoc could use some install suggestions.
- jsankey 13y agoAgreed. 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?).