UPDATE: I was able to get past this error by including
/Source/ThirdParty/mimalloc/** in my rsync folder (UnrealEngine\Engine\Build\Rsync\RsyncEngine.txt)
BUT I get a new error…
(Tried Modernized Xcode and Legacy but I get the same exact error)
DirectoryNotFoundException: Could not find a part of the path.
at System.IO.FileSystem.MoveDirectory(String sourceFullPath, String destFullPath, Boolean _)
at System.IO.FileSystem.MoveDirectory(String sourceFullPath, String destFullPath)
at AutomationTool.InternalUtils.SafeRenameDirectory(String OldName, String NewName, Boolean bQuiet, Boolean bRetry, Boolean bThrow) in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\Utils.cs:line 297
at AutomationTool.CommandUtils.RenameDirectory(String OldName, String NewName, Boolean bQuiet, Boolean bRetry) in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\CommandUtils.cs:line 704
at MacPlatform.ProcessArchivedProject(ProjectParams Params, DeploymentContext SC) in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\Mac\MacPlatform.Automation.cs:line 472
at AutomationScripts.Project.Archive(ProjectParams Params) in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\Scripts\ArchiveCommand.Automation.cs:line 72
at BuildCookRun.DoBuildCookRun(ProjectParams Params) in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\Scripts\BuildCookRun.Automation.cs:line 256
at BuildCookRun.ExecuteBuild() in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\Scripts\BuildCookRun.Automation.cs:line 43
at AutomationTool.BuildCommand.Execute() in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\BuildCommand.cs:line 372
at AutomationTool.BuildCommand.ExecuteAsync() in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\BuildCommand.cs:line 381
at AutomationTool.Automation.ExecuteAsync(List1 CommandsToExecute, Dictionary2 Commands) in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\Automation.cs:line 284
at AutomationTool.Automation.ExecuteAsync(List1 CommandsToExecute, Dictionary2 Commands) in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\Automation.cs:line 308
at AutomationTool.Automation.ProcessAsync(ParsedCommandLine AutomationToolCommandLine, StartupTraceListener StartupListener, HashSet`1 ScriptModuleAssemblies) in C:\DEV\UnrealEngine\Engine\Source\Programs\AutomationTool\AutomationUtils\Automation.cs:line 168
Tried remote build on 2 different MACs and also on one completely fresh project… But still the same error.
Cook command time: 692.92 s
UATHelper: Packaging (Mac): ********** COOK COMMAND COMPLETED **********
UATHelper: Packaging (Mac): ********** STAGE COMMAND STARTED **********
UATHelper: Packaging (Mac): Creating Staging Manifest…
UATHelper: Packaging (Mac): System.IO.DirectoryNotFoundException: Could not find a part of the path ‘…-Mac-Shipping.app\Contents\Resources\AppIcon.icns’.
And after I manually place an AppIcon.icns file there I always get:
********** PACKAGE COMMAND STARTED **********
UATHelper: Packaging (Mac): Package command time: 0.00 s
UATHelper: Packaging (Mac): ********** PACKAGE COMMAND COMPLETED **********
UATHelper: Packaging (Mac): ********** ARCHIVE COMMAND STARTED **********
UATHelper: Packaging (Mac): Archiving to C:/…Project/Builds
UATHelper: Packaging (Mac): System.IO.DirectoryNotFoundException: Could not find a part of the path.