You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to follow the instructions in the repository but I am getting this error, I will keep trying to fix it but I would like to know if it sounds familiar to you.
UE4 version 4.25.4
I am on Mac, thanks in advance
2/3] Link UE4Editor-MyPlugins-3753.dylib
CompilerResultsLog: Undefined symbols for architecture x86_64:
CompilerResultsLog: "google::protobuf::Message::InitializationErrorString() const", referenced from:
CompilerResultsLog: vtable for Matchmaking::LoginRequest in Matchmaking.pb.cc.o
CompilerResultsLog: vtable for Matchmaking::LoginResponse in Matchmaking.pb.cc.o
CompilerResultsLog: vtable for Matchmaking::MatchmakingRequest in Matchmaking.pb.cc.o
CompilerResultsLog: vtable for Matchmaking::MatchmakingResponse in Matchmaking.pb.cc.
The error occurs when trying to link the project pb.cc compile objects.
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to follow the instructions in the repository but I am getting this error, I will keep trying to fix it but I would like to know if it sounds familiar to you.
UE4 version 4.25.4
I am on Mac, thanks in advance
The error occurs when trying to link the project pb.cc compile objects.
The text was updated successfully, but these errors were encountered: