ROSIntegration icon indicating copy to clipboard operation
ROSIntegration copied to clipboard

Failed to built on UE 4.25

Open LancerXE opened this issue 3 years ago • 2 comments

Hi, I got the same error when building this plugin for both UE4.24 and UE 4.25. Here is the command : call "E:\Unreal\UE_4.25\Engine\Build\BatchFiles\RunUAT.bat" BuildPlugin -Plugin="E:\Plugins\ROSIntegration-master\ROSIntegration-master\ROSIntegration.uplugin" -Platform=Win64 -Package="E:\Plugins\ROSIntegration-master\ROSIntegration-master\ROSIntegration" -Rocket I got this error:

ERROR: Remote compiling requires a server name. Use the editor (Project Settings > IOS) to set up your remote compilation settinngs.

I chose the target platform as Win64, but it looks like the building tool is still building the plugin for Mac and thus generate this error. Is anyone met the same issue?

LancerXE avatar Jun 25 '22 15:06 LancerXE

What makes me feel strange was that everything is fine if I put the plugin into the project's plugin folder and rebuild the project from .sln. But I got the above error when I was trying to build for the engine using UAT, and this error occurs for both UE 4.24 and UE 4.25.

LancerXE avatar Jun 25 '22 15:06 LancerXE

Looks like this duplicates #146

mjforan avatar Nov 14 '22 17:11 mjforan