Skip to content
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

Failed to lookup symbol 'RSABridgeCall': dlsym(RTLD_DEFAULT, RSABridgeCall): symbol not found #85

Open
215ly opened this issue Feb 11, 2025 · 1 comment

Comments

@215ly
Copy link

215ly commented Feb 11, 2025

When I use the Flutter project to sign the plugin for example:

RSA.signPKCS1v15bytes (signData, fastRsa. Hash.SHA256, pemPrivate Key)

The following error message appears

Failed to lookup symbol 'RSABridgeCall': dlsym(RTLD_DEFAULT, RSABridgeCall): symbol not found

This error only occurs on the IOS platform and does not occur on the Android platform

  • Xcode version:15.3
  • IOS version: eighteen point three
  • fluter version:3.19.6
  • fast_rsa: ^3.6.6

I am wondering if the conflict occurred due to the introduction of other plugins?

If you have any response, I would greatly appreciate it

@dustinkerstein
Copy link

I'm seeing the same issue when building with FlutterFlow:

[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Invalid argument(s): Failed to lookup symbol 'RSABridgeCall': dlsym(RTLD_DEFAULT, RSABridgeCall): symbol not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants