Skip to content
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

App sandbox not enabled #82

Open
tenraneko opened this issue Nov 1, 2022 · 1 comment
Open

App sandbox not enabled #82

tenraneko opened this issue Nov 1, 2022 · 1 comment

Comments

@tenraneko
Copy link

tenraneko commented Nov 1, 2022

Hello!
When I set the sandbox mode to false everything works as it should, but then an error occurs when uploaded to Testflight (See screenshot)
If the sandbox mode is set to true, then Testflight is loaded, but now it is not possible to call the necessary commands

If someone can understand how to achieve my final goal, I will be very grateful.
I need to call the command "sudo shutdown -h now" to shut down the mac

Screenshot 2022-11-04 085532

### flutter doctor
[✓] Flutter (Channel stable, 3.3.4, on macOS 12.6 21G115 darwin-x64, locale en-RU)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.72.2)
[✓] Connected device (3 available)
[✓] HTTP Host Availability

@DzianisMatveyeu
Copy link

I have the same problem, I can't run exec command in sandbox.

<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.inherit</key>
<true/>

I got an error ProcessException: Operation not permitted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants