extension-steam
extension-steam copied to clipboard
Building on MacOS through Editor
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
Issues were on this machine:
- had to do
sudo -sthencd /usr/local/mkdir libto create the lib folder first, then copy the macOS dylib files over - had to do
sudo spctl --master-disableto allow the dylib files to be able to be used
Docs should be updated with better instructions
- had to do
sudo spctl --master-disableto 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?
dylib library load not allowed by system
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).
Depends on https://github.com/defold/defold/issues/3334
Fixed