LayerNames error bricking my Mac projects

I work fine for Xcode 13.3 by adding following lines to .target.cs file in my project:

bOverrideBuildEnvironment = true;
AdditionalCompilerArguments = "-Wno-unused-but-set-variable";
17 Likes