-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Error in release mode #165
Comments
This is my error in text format Build tool failed: error: could not compile stdout: FAILURE: Build failed with an exception.
|
Hi, this is a regression in latest Rust unfortunately rust-lang/rust#113711 Fortunately until it gets resolved you can easily go to 1.68.2:
|
Looking at the underlying issue it doesn't seem like Rust is doing anything wrong. The bug seems to be in the wrapper script in NDK. So maybe we should handle this with a workaround inside cargokit. |
This solved my problem. thanks |
Reopening - this is something that might need to be worked around. |
Should be fixed with latest cargokit merge. |
@knopp sorry to hijack this issue but i'm running into the same error at the moment (never used rust before)
|
Yes, the fix should be already merged, so this is probably something else. Can you post verbose logs? (-v) |
Not sure if this is the correct verbose? I just tagged the -v flag to the flutter command instead of rust?
|
This really doesn't look like it's using the correct super_native_extension version. |
I see. This is not from super_native_extensions, this is from engine_context, a dependency. Now that makes sense. I think I might have forgotten to upgrade cargokit there. |
In case you need some more info about the dependencies I have under super_context_menu:
|
@DJWassink, I just published 0.6.4, can you retry once it is available? |
Works perfectly 🥳 Thanks a ton! |
Hey I hope you doing well
My app uses super clipboard and it works fine in debug mode but when I'm trying release mode with flutter build apk --release or flutter run --release i get this error. How could i fix it?
The text was updated successfully, but these errors were encountered: