Hello,
I can’t get remote compilation to work with Mac OS High Sierra. I generated the SSH keys, installed DeltaCopy, I can SSH in the machine, seen and reachable on the local network, installed XCode on the Mac.
Do I need to install anything on the Mac?
Here is the first error from Visual Studio running on the Microsoft Windows PC.
2> Reflection code generated for MyProject in 4.0491604 seconds
2> rsync: Failed to exec ssh: No such file or directory (2)
2>EXEC : rsync error : error in IPC code (code 14) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/pipe.c(84)
[sender=3.0.4]
2> rsync: connection unexpectedly closed (0 bytes received so far) [sender]
2>EXEC : rsync error : error in rsync protocol data stream (code 12) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [sender=3.0.4]
from
2>UnrealBuildTool : error : Received the wrong number of results from BatchFileInfo
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets(46,5): error MSB3073: The command ""D:\Programs\Epic Games\UE_4.19\Engine\Build\BatchFiles\Rebuild.bat" MyProject IOS Development "E:\Drive\Media Full\Projects\UE\MP\MyProject.uproject" -WaitMutex -FromMsBuild" exited with code -1.
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
I have been on this for a couple of days now. I tried everything I could find. Thank you in advance for your help!