Xcodegen 2.44 introduced a more rigorous YAML check : https://github.com/yonaskolb/XcodeGen/pull/1547 ```yaml settings: configs: Debug: Release: PROPERTY_NAME: <value> ``` Empty `configs` entry no failed generating Xcode project. The solution is to remove empty `Debug` entry.