Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building on MacOS through Editor #8

Open
Qwarr opened this issue Nov 30, 2023 · 4 comments
Open

Building on MacOS through Editor #8

Qwarr opened this issue Nov 30, 2023 · 4 comments

Comments

@Qwarr
Copy link

Qwarr commented Nov 30, 2023

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
Copy link
Author

Qwarr commented Nov 30, 2023

Issues were on this machine:

  • had to do sudo -s then cd /usr/local/ mkdir lib to create the lib folder first, then copy the macOS dylib files over
  • had to do sudo spctl --master-disable to allow the dylib files to be able to be used

Docs should be updated with better instructions

@britzl
Copy link
Contributor

britzl commented Nov 30, 2023

  • 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
Copy link
Author

Qwarr commented Nov 30, 2023

dylib library load not allowed by system

@JCash
Copy link

JCash commented Nov 30, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants