amitaymolko / react-native-rsa-native

A native implementation of RSA key generation and encryption/decryption.
MIT License
234 stars 115 forks source link

Could not build Objective-C module 'react_native_rsa_native' #165

Open KevDanCC opened 8 months ago

KevDanCC commented 8 months ago

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 iOS

Using: "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 Screenshot 2024-03-11 at 5 39 45 PM

Does anyone have something similar that solve it? Thank you.

JordaoViktor commented 8 months ago

I am having this error too on xcode 15.3 react-native: ^71 react-native-rsa-native: ^2.0.5

image
shubhamsingh-sn commented 2 months ago

Has this been resolved?

ksetrin commented 1 month ago

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