Skip to content
Discussion options

You must be logged in to vote

You don’t want to check the .a; that’ll have the symbols if the rust compiler does its job.

what you’d want to check is the executable of the application itself (the one hidden with the .app bundle). However, I can tell you already that it doesn’t have the symbols (unless the Dart language ffi implementation is wrong, but I highly doubt that). For some reason, the .a is not getting statically linked into the executable. As for why, that’s a bit harder to answer. It’s either not getting found from the podspec or it’s getting tree shaken.

Could you try to see if the example app under flutter_mimir/example here works for you? https://github.com/GregoryConrad/mimir

Melos bs, Melos run build:a…

Replies: 3 comments 16 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tpict
Comment options

Comment options

You must be logged in to vote
15 replies
@tpict
Comment options

@GregoryConrad
Comment options

@tpict
Comment options

@GregoryConrad
Comment options

Answer selected by tpict
@tpict
Comment options

@GregoryConrad
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants