You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a freshly configured haxe setup, the vscode extension tries to validate the fact that the interpreter is codesigned here and my local hl is not signed. I don't remember I had this issue on my other laptop (I don't have it with me, so it's not easy to investigate).
I installed hashlink using brew and:
codesign -d --entitlements - /usr/local/bin/hl
/usr/local/bin/hl: code object is not signed at all
brew info hashlink
==> hashlink: stable 1.13 (bottled), HEAD
Virtual machine for Haxe
https://hashlink.haxe.org/
/usr/local/Cellar/hashlink/1.13 (18 files, 1MB) *
Poured from bottle using the formulae.brew.sh API on 2023-08-14 at 22:09:11
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/hashlink.rb
License: MIT
==> Dependencies
Required: jpeg-turbo ✔, libogg ✔, libpng ✔, libuv ✔, libvorbis ✔, mbedtls@2 ✔, openal-soft ✔, sdl2 ✔
==> Options
--HEAD
Is this because I'm expected to build the VM from source or am I missing something obvious here?
Thanks for your time and tools!
The text was updated successfully, but these errors were encountered:
Hello,
On a freshly configured haxe setup, the vscode extension tries to validate the fact that the interpreter is codesigned here and my local
hl
is not signed. I don't remember I had this issue on my other laptop (I don't have it with me, so it's not easy to investigate).I installed hashlink using brew and:
Is this because I'm expected to build the VM from source or am I missing something obvious here?
Thanks for your time and tools!
The text was updated successfully, but these errors were encountered: