Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

post-build

Where is the logfile located for Xcode Scheme Post-Actions?

May 27, 2023 by Tarik

The output from those scripts doesn’t seem to be logged anywhere by default. Your best bet is to manually redirect the output of the script to a known location. For example, add the following as the first line of your script: exec > /tmp/my_log_file.txt 2>&1 This will redirect all following output to stdout and stderr … Read more

Categories xcode Tags logging, post-build, xcode, xcode-scheme Leave a comment

Post Build exited with code 1

December 25, 2022 by Tarik

She had a space in one of the folder names in her path, and no quotes around it.

Categories visual-studio-2008 Tags post-build, visual-studio-2008 Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa