Search code examples
xcodexcode4xcodebuild

How to display compiler output or custom build steps output when building with xcode?


How can I see the output from the compiler of from the custom build steps (pre-action or post-action)?


Solution

  • Pre-action output at least appears in system.log and is visible in Console.app.