-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProcessException: Operation not permitted on macOS #3
Comments
Weird indeed. I'm puzzled to see some flutter reference here (process_run is for the dart vm - not tested on flutter - and I'm not sure how Process behaves on Flutter (I guess desktop here)). Since process_run relied on https://api.dart.dev/stable/2.5.1/dart-io/Process/run.html can you try the raw implementation first? |
@putraxor Have you figured it out? The raw implementation yields the same result. |
@Danopie I use the default |
Thank you @putraxor, in my case only turning off the sandbox mode does the trick |
For future googlers, to disable sandbox mode comment this out in
|
Well this is not a solution because I don't want to disable sandbox mode. How can I run a process without disabling sandbox mode? |
I don't want to disable the sandbox mode either. It messes up with user's documents folder. |
It’s been three years, brother. Have you found a solution yet? @janoschp |
@LittleHans8 bruh, what do you think? I don't even work with Flutter anymore, I don't even remember why I asked this question. |
Trace logs
The text was updated successfully, but these errors were encountered: