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
I installed the binary distribution for my M1 (ARM64) Mac. Unfortunately, I cannot run it because of new (?) Mac security restrictions. When I try to start prism from the command line I get this error:
$ prism --help
java.lang.UnsatisfiedLinkError: /Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib: dlopen(/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib, 0x0001): tried: '/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib' (code signature in <E1ED0AD0-470A-3BFC-8C80-2741FF04BE9C> '/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib' not valid for use in process: library load disallowed by system policy), '/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib' (code signature in <E1ED0AD0-470A-3BFC-8C80-2741FF04BE9C> '/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib' not valid for use in process: library load disallowed by system policy), '/System/Volumes/Preboot/Cryptexes/OS/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib' (no such file), '/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib' (code signature in <E1ED0AD0-470A-3BFC-8C80-2741FF04BE9C> '/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib' not valid for use in process: library load disallowed by system policy)
The key phrase seems to be:
code signature in <E1ED0AD0-470A-3BFC-8C80-2741FF04BE9C> '/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib' not valid for use in process: library load disallowed by system policy
I installed the binary distribution for my M1 (ARM64) Mac. Unfortunately, I cannot run it because of new (?) Mac security restrictions. When I try to start
prism
from the command line I get this error:The key phrase seems to be:
code signature in <E1ED0AD0-470A-3BFC-8C80-2741FF04BE9C> '/Users/rpg/prism-4.8.1-mac64-arm/lib/libprism.dylib' not valid for use in process: library load disallowed by system policy
This command worked for me:
but it's pretty yucky
The text was updated successfully, but these errors were encountered: