amitaymolko / react-native-rsa-native

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

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

Open KevDanCC opened 3 months ago

KevDanCC commented 3 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 3 months ago

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

image