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
As "Installation" bloc requires - I launch bouth commands. But while launch test - has error
dart:ffi new DynamicLibrary.open
package:pact_dart/src/ffi/dylib.dart 29:25 openLibrary
package:pact_dart/src/bindings/bindings.dart 78:15 new PactFFIBindings
package:pact_dart/src/bindings/bindings.dart 173:53 bindings
package:pact_dart/src/pact_mock_service.dart 23:5 new PactMockService
test/Pact_test.dart 10:17 main.<fn>.<fn>
Invalid argument(s): Failed to load dynamic library '/usr/local/lib/libpact_ffi.dylib': dlopen(/usr/local/lib/libpact_ffi.dylib, 0x0001): tried: '/usr/local/lib/libpact_ffi.dylib' (code signature in <74A29074-0E83-3779-B194-CBE75F011DC6> '/usr/local/lib/libpact_ffi.dylib' not valid for use in process: library load disallowed by system policy), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libpact_ffi.dylib' (no such file), '/usr/local/lib/libpact_ffi.dylib' (code signature in <74A29074-0E83-3779-B194-CBE75F011DC6> '/usr/local/lib/libpact_ffi.dylib' not valid for use in process: library load disallowed by system policy)
As I understand issue in Apple M1 ?
The text was updated successfully, but these errors were encountered:
As "Installation" bloc requires - I launch bouth commands. But while launch test - has error
dart:ffi new DynamicLibrary.open
As I understand issue in Apple M1 ?
The text was updated successfully, but these errors were encountered: