Beautifying Xcode compilation logs
I was recently trying to track down a build issue and was attempting to view the build log in Xcode. The build log is barely human-readable. This simple regex breaks each argument onto a separate line:
(s-)
replacement expression:
n$1
You can use any regex tool you like, I prefer either Textmate’s search/replace dialog or RegExRX.