heroiclabs / nakama-unreal

Unreal client for Nakama server.
Apache License 2.0
207 stars 62 forks source link

Ver 2.9.0 Shipping Package Build Failed #105

Closed rollaroll closed 1 year ago

rollaroll commented 1 year ago

When I use shipping mode to package the project, the build phase failed, and part of the error log is:

Compile module: MessageLog
Missing precompiled manifest for 'MessageLog', 'C:\Program Files\EpicGames\UE 5.1\Engine\Intermediate\Build\Win644\UnrealGame\Shipping\MessageLog\MessageLog.precompiled'. This module was most likely noot
flagged for being included in a precompiled build - set 'PrecompileForTargets = PreecompileTargetsType.Any;' in MessageLog.bild.cs to
override. If part of a plugin, also chleck if its 'Type' is correct.

After deleting "NakamaTests" in the "Modules" section of the Nakama.uplugin file, the packaged build can pass normally.

lugehorsam commented 1 year ago

Thanks @rollaroll we'll take a look and let you know in a few days.

lugehorsam commented 1 year ago

Hey @rollaroll we have identified a potential fix but are having trouble reproducing the issue.

Could you share your UE version and host + target platform when making the build?