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 was runnig the command await _emulators!.toolchain.emulator(['-list-avds']).string() and got the error ProcessException (ProcessException: Operation not permitted Command: /<sdk-path>/Android/sdk/emulator/emulator -list-avds). I also tried runnig as release build to check if it would request for any permission but the app just crashed.
The text was updated successfully, but these errors were encountered:
biel-correa
changed the title
[Bug] On MacOS it throws ProcessException: Operation not permitted
[Bug] On Mac OS it throws ProcessException: Operation not permitted
Mar 23, 2024
Platform: Mac OS M2 Sonoma 14.4
I was runnig the command
await _emulators!.toolchain.emulator(['-list-avds']).string()
and got the errorProcessException (ProcessException: Operation not permitted Command: /<sdk-path>/Android/sdk/emulator/emulator -list-avds)
. I also tried runnig as release build to check if it would request for any permission but the app just crashed.The text was updated successfully, but these errors were encountered: