diff --git a/Sharpmake.Generators/Apple/XCodeProj.cs b/Sharpmake.Generators/Apple/XCodeProj.cs index 4a09c3968..f87676662 100644 --- a/Sharpmake.Generators/Apple/XCodeProj.cs +++ b/Sharpmake.Generators/Apple/XCodeProj.cs @@ -546,6 +546,12 @@ private void PrepareSections(XCodeGenerationContext context, List conf.FastBuildMasterBffList.Any(), targetConfigurations[0]); + } bool canIncludeSourceFiles = !firstConf.IsFastBuild || firstConf.Output != Project.Configuration.OutputType.AppleApp || !firstConf.XcodeUseNativeProjectForFastBuildApp; if (canIncludeSourceFiles)