We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm writing gdnative haxe (hashlink) bindings and after update to 3.3 encountered problems with registering the library.
There are calls to dlopen in hashlink with relative paths and without allow-dyld-environment-variables entitlement those won't resolve properly.
dlopen
allow-dyld-environment-variables
Also based on this line in hashlink source code i assume that allow-unsigned-executable-memory is needed too...
allow-unsigned-executable-memory
The library works fine with official mono build (so this is not about something else).
Is addition of these entitlements too problematic?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm writing gdnative haxe (hashlink) bindings and after update to 3.3 encountered problems with registering the library.
There are calls to
dlopen
in hashlink with relative paths and withoutallow-dyld-environment-variables
entitlement those won't resolve properly.Also based on this line in hashlink source code i assume that
allow-unsigned-executable-memory
is needed too...The library works fine with official mono build (so this is not about something else).
Is addition of these entitlements too problematic?
The text was updated successfully, but these errors were encountered: