defold / extension-steam

Steamworks SDK integration with Defold
MIT License
31 stars 4 forks source link

Building on MacOS through Editor #8

Open Qwarr opened 10 months ago

Qwarr commented 10 months ago

I'm guessing this is just a setup issue with defold and the extension for mac but I get this error when trying to run the example:

dyld: Library not loaded: @loader_path/libsdkencryptedappticket.dylib
  Referenced from: /Users/username/Desktop/Downloads/extension-steam-master/build/x86_64-osx/dmengine
  Reason: image not found

I've copied the files in steam/lib/osx/*.dylib to /usr/local/lib

Qwarr commented 10 months ago

Issues were on this machine:

Docs should be updated with better instructions

britzl commented 10 months ago
  • had to do sudo spctl --master-disable to allow the dylib files to be able to be used

Hmm, but isn't that disabling Gatekeeper completely? What kind of error did you get?

Qwarr commented 10 months ago

dylib library load not allowed by system

JCash commented 10 months ago

We don't setup any shared library folders when launching the game from the Editor, so it'll have to be a feature request (as it needs some design).