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

xcode-scheme

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

Archive button grayed out in Xcode

October 18, 2022 by Tarik

Answer valid through Xcode 7, 8, 9, 10, 11 and 12+ You can not archive, because from target you have not selected device or Generic iOS device or Any iOS Device , still there is a simulator. Nothing generic or wrong with Xcode 7. This happens with all Xcode versions. Problem – Why archived button … Read more

Categories ios Tags ios, ios-simulator, xcode, xcode-scheme, xcode10 Leave a comment

Xcode: What is a target and scheme in plain language?

October 4, 2022 by Tarik

I’ve added in Workspace and Project too! Workspace – Contains one or more projects. These projects usually relate to one another Project – Contains code and resources, etc. (You’ll be used to these!) Target – Each project has one or more targets. Each target defines a list of build settings for that project Each target … Read more

Categories ios Tags ios, xcode, xcode-scheme, xcode-target 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