ryanjon2040 / Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
MIT License
657 stars 150 forks source link

error MSB3554: Cannot write to the output file #40

Closed Igni-dev closed 3 years ago

Igni-dev commented 3 years ago

Hello again! I'm not sure that this problem in UnrealBinaryBuilder but anyway. I'm trying to build ue5 and have now this problem: some logs: Z:\Dev\UEGitSource\UnrealEngine\Engine\Binaries\ThirdParty\DotNet\Windows\sdk\3.1.403\Microsoft.Common.CurrentVersion.targets(2084,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "MobileDeviceInterface". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. (Z:\Dev\UEGitSource\UnrealEngine\Engine\Source\Programs\AutomationTool\IOS\IOS.Automation.csproj) Z:\Dev\UEGitSource\UnrealEngine\Engine\Binaries\ThirdParty\DotNet\Windows\sdk\3.1.403\Microsoft.Common.CurrentVersion.targets(3036,5): error MSB3554: Cannot write to the output file "Z:\Dev\UEGitSource\UnrealEngine\Engine\Source\Programs\AutomationTool\IOS\obj\Development\IOS.Automation.Properties.Resources.resources". Could not find a part of the path 'Z:\Dev\UEGitSource\UnrealEngine\Engine\Source\Programs\AutomationTool\IOS\Resources\GreenCheck.png'. (Z:\Dev\UEGitSource\UnrealEngine\Engine\Source\Programs\AutomationTool\IOS\IOS.Automation.csproj) ERROR: Failed to build: Z:\Dev\UEGitSource\UnrealEngine\Engine\Source\Programs\AutomationTool\IOS\IOS.Automation.csproj ERROR: Failed to build: Z:\Dev\UEGitSource\UnrealEngine\Engine\Source\Programs\AutomationTool\TVOS\TVOS.Automation.csproj

Hope you can help me build the binary version of ue5 :)

Igni-dev commented 3 years ago

This error went away when I run Setup.bat and GenerateProjectFile.bat manuale.