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
Upgrading to Big Sur causes issues with embedded Java, specifically libjvm.dylib
Error: dl failure on line 542
Error: failed /usr/local/bin/gyro-rt/lib/server/libjvm.dylib, because dlopen(/usr/local/bin/gyro-rt/lib/server/libjvm.dylib, 10): no suitable image found. Did find:
/usr/local/bin/gyro-rt/lib/server/libjvm.dylib: code signature in (/usr/local/bin/gyro-rt/lib/server/libjvm.dylib) not valid for use in process using Library Validation: library load disallowed by system policy
Current workaround is to separately install Java 11 and delete the embedded Java
The text was updated successfully, but these errors were encountered:
Adding onto this. When they say "delete the embedded Java" they mean: delete the gyro-rt folder that you get when you unzip the download. Then move the gyro executable to wherever you keep your gyro installed.
Open a new terminal window to verify your gyro version is updated: gyro --version
Upgrading to Big Sur causes issues with embedded Java, specifically libjvm.dylib
Current workaround is to separately install Java 11 and delete the embedded Java
The text was updated successfully, but these errors were encountered: