GameAnalytics / GA-SDK-DEFOLD

Repository for GameAnalytics Defold SDK
MIT License
14 stars 7 forks source link

Failed to run in Editor on macOS #35

Closed Lampogolovii closed 2 years ago

Lampogolovii commented 2 years ago
  1. I've added Game Analytics into my project (I use Defold 1.2.186 release)
  2. When I try to run the game in editor - it fails with an error (screenshot)
  3. When I build to html5 - everything is OK
Screenshot 2021-08-31 at 18 07 17
the1schwartz commented 2 years ago

Hmm, I have tried to run in editor on macOS and I don't have any issues :/

Lampogolovii commented 2 years ago

That's interesting! Could you please help me with that? Error full text

the1schwartz commented 2 years ago

Ah it looks like you are missing this dependency which is needed for desktop platforms like mac and windows: https://github.com/GameAnalytics/defold-openssl/archive/master.zip

Let me know if that works so I know if I can close this issue.

Lampogolovii commented 2 years ago

oh, sorry for that! I've missed ssl-dependency after merging from one project to another. Now it works nice and smooth!! Thanks! You are awesome, guys!

the1schwartz commented 2 years ago

Great, you are welcome :)