getnamo / SocketIOClient-Unreal

Socket.IO client plugin for the Unreal Engine.
Other
881 stars 239 forks source link

Unable to build for MacOS 14 (Sonova) Unreal Engine 5.2 #396

Closed Raibatsu closed 11 months ago

Raibatsu commented 11 months ago

Unable to build the plugin version 2.6 for MacOS 14 (Sonova) that is running Unreal Engine 5.2.1. It would previously throw errors regarding std not being added before the move command: Public/sio_message.h:208:38: error: unqualified call to 'std::move' [-Werror,-Wunqualified-std-cast-call] :message(flag_string),_v(move(v)) ^ std::

After adding all these std namespaces, these errors go away, but I get prompted with a flurry of other errors. I have attached the log with this issue. I hope it proves to be useful: UBT-UnrealGame-Android-Development.txt

getnamo commented 11 months ago

fixed in https://github.com/getnamo/SocketIOClient-Unreal/releases/tag/v2.7.1, grab latest release. Re-open if issue persists.