Open KevDanCC opened 8 months ago
I am having this error too on xcode 15.3 react-native: ^71 react-native-rsa-native: ^2.0.5
Has this been resolved?
You may have missed some step in installing the library.
I can tell you for sure that 2.0.5 works M3 Xcode 15.2
Please, double check installations steps For self-check, roll out a clean project locally and try installing there, maybe you are interfering with other configurations of your project
Hello. I'm traying to install and use this Lib. But, when I compile to iOS having this> _
Could not build Objective-C module 'react_native_rsa_native'.
_ , and everything crash, cannot to deploy on iOSUsing: "react-native": "^0.71.0", "react-native-rsa-native": "^2.0.5",
Steps yarn add react-native-rsa-native cd iOS > pod install > OK.
on XCODE Errors when trying build
Does anyone have something similar that solve it? Thank you.