tags:

views:

10

answers:

0

I'm building from command-line using the xcodebuild utility. The build results is being stdout as plain-text, in a very unreadable format. I would like to save the build results in a (binary?) file, which, if double-clicked, will be opened in the XCode application itself, thus I will be able to read the build results from the application.

I was wondering whether there is a missing flag in xcodebuild (-save_output_as_binary) or at least a file that is created in the products folder, but none I could find.

Pls advise.