-
Notifications
You must be signed in to change notification settings - Fork 98
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
The process exited with exit code 255 #166
Comments
#147 (comment) This solved it on my case. This is my pubspec.yaml. if you are on m1 then run this inside your macos directory. |
I'm also getting this, but in my case, I'm on an intel mac. |
@tes735 |
@bishaladhikari Thanks for your attention!! This helps me:
|
@OLavrik this solves my issues for debugging and creating a release build. But I am not able to upload the app to appstoreconnect. If I remove this key, it is giving the error "Asset Validation Failed". Apparently, Apple has made it mandatory to enable the app-sandbox. Any idea? |
Hi everyone!
I try to run source code from
example/lib/main.dart
in a separate project (from scratch) (revision numberecf8c1dfd9606f9520d9405c11b34fa0502d8798
).Window builds, but I get a message:
the process exited with exit code 255
.Could you, please, help with this?
If I try run
example/lib/main.dart
insidexterm.dart
from updated master brach I get:The text was updated successfully, but these errors were encountered: