Xcode: Inherit `configuration`s from parent project - not possible? Xcode: Inherit `configuration`s from parent project - not possible? xcode xcode

Xcode: Inherit `configuration`s from parent project - not possible?


As workaround: Create xconfig files per project and global ones. In the project xconfig files include the global one via

#include "path/to/File.xcconfig"

Hope this help