Dustin Kerstein
Dustin Kerstein
FYI I'm seeing the same issue when using Fast RSA inside a FlutterFlow project and running a debug build locally: `[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Invalid argument(s): Failed to lookup symbol 'RSABridgeCall':...
Hey @jerson, I just gave the new package a try and I'm running into the same issues even when trying the new RSASync methods: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Invalid argument(s):...
@jerson, I manually ran the `pod install` with a `verbose` switch and it seems to be correctly installing fast_rsa (at least there are no errors or obvious issues to me)...
FYI, I posted in the FlutterFlow GitHub repo, so we'll see if they can look into it as well. While this is a bit over my head, I did notice...
And I also tried modifying the stripping settings per https://stackoverflow.com/questions/73339934/failed-to-lookup-symbol-symbol-not-found-when-running-flutter-plugin-with-nat but it results in the same error.
@jerson, let me know if you'd be up for me paying for a month of FlutterFlow so you can test locally. I'd be happy to do that. Thanks!