Open
Description
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