-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Bug]: catalyst_key_derivation
package from pub.dev fails to build on all targets
#1471
Open
2 tasks done
Labels
bug
Something isn't working
Comments
ilap
changed the title
[Bug]:
[Bug]: Jan 6, 2025
catalyst_key_derivation
package from [pub.dev](https://pub.dev) fails to build on all targetscatalyst_key_derivation
package from pub.dev fails to build on all targets
Hey @dtscalac, Here's a very simple example to reproduce the issue: flutter create -t app --platforms ios,android,macos test_catalyst
flutter pub add catalyst_cardano_serialization
flutter build macos # apk, ipa etc. The easiest fix could be to include something like the following example in the build pipeline for publishing: cd catalyst_key_derivation
cargo install just cargo-expand
flutter_rust_bridge_codegen generate The error message is the following:
|
8 tasks
@ilap thank you, will have a look into it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
Build Fails on all targets when using the
catalyst_key_derivation
package from pub.devExpected Behavior
catalyst_key_derivation
package builds successfully on all targetsProject
Flutter/Dart packages
What operating system are you seeing the problem on?
macOS, iOS, Android
What browsers are you seeing the problem on?
Not Applicable
Relevant log output
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: