Working Directories and Build locations with Xcode 9 and C++

Introduction This post describes how Xcode manages Project Working Directories and what options do we have to setup it correctly. In the end you learn how to setup custom build locations for you compiled binaries. Definitions: Project Working Directory – is working directory associated with process created by executing built binary Project Directory – is directory with project source code …