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
When running dartssh2 on MacOS, I get SocketException with
message: 'Connection failed'
osError.message: 'Operation not permitted'
osError.errorCode: 1
Any suggestions?
The text was updated successfully, but these errors were encountered:
If you want to run executable in a MacOS flutter context, you need to disable sandbox mode.
go to macos/Runner/DebugProfile.entitlements and macos/Runner/Release.entitlements and change the below lines to
When running dartssh2 on MacOS, I get SocketException with
message: 'Connection failed'
osError.message: 'Operation not permitted'
osError.errorCode: 1
Any suggestions?
The text was updated successfully, but these errors were encountered: