Hello everyone,
I’m trying to integrate GameAnalytics SDK
Here are my dependencies:
Using Defold 1.2.178
When building, I get the following error:
Has anyone else encounter that issue, and did you manage to fix it?
Thanks
Hello everyone,
I’m trying to integrate GameAnalytics SDK
Here are my dependencies:
Using Defold 1.2.178
When building, I get the following error:
Has anyone else encounter that issue, and did you manage to fix it?
Thanks
I’m not sure which platform you’re compiling for?
I see there was a new release 2 days ago, with a fix for x86_64-osx:
You can try that to see if that helps?
Updated to the 3.3.8 (latest) version. Still this issue.
Right now I’m building for DMEngine on my mac.
I don’t know, perhaps @mts has some insight?
You can also try asking in the GamaAnalytics github repo.
I think you are getting conflicts between Defold-LuaSec and defold-openssl.
My recommendation is that you upgrade to the latest Nakama version and remove Defold-LuaSec, defold-luasocket and defold-websocket. And at the new extension-websocket required by Nakama.
I would try with an empty project and just add the GameAnalytics dependency to that and see if you still get those errors
@britzl
Yeap, that was the solution! Thanks
I removed the defold-luasocket and defold-websocket and added the extension-websocket and latest nakama (There is no .zip available for the latest nakama release yet, had to make my own artefact)