react-native-fast-rsa
react-native-fast-rsa copied to clipboard
library 'react-native-fast-rsa' not found
Attempting to build for ios with Xcode 15 fails, with error library 'react-native-fast-rsa' not found.
The build is successful for android.
The build get successful when I remove react-native-fast-rsa.
Are there any other installation steps for ios?
any update on this ?
Even I am facing this issue on- M2 Chip Xcode - 15.0
Bare react-native - 0.68
Hi, thanks for report this issue, going to take a look today
hi @saumyabhatnagar2000 , @neel132 could you try with this branch please https://github.com/jerson/react-native-fast-rsa/pull/73
Still not working for me. @neel132 did it work for you?
It is still the same error for me as well @saumyabhatnagar2000 @jerson . Even the example project has same error.
Reference -
I see, so it seems is related to arm64 slice, let me try something different today, thanks for the patient
hey @saumyabhatnagar2000 , @neel132 sorry for the delay, I updated podspec, could you try one more time please
make sure the pod spec looks like this one https://github.com/jerson/react-native-fast-rsa/pull/73/files#diff-adbac605057eb9b22b0847a0e2e3f269c1038d1998e332e5cce54a8df3333f88L21-L23
Building for 'iOS-simulator', but linking in object file (/node_modules/react-native-fast-rsa/ios/librsa_bridge.a[arm64][2](go.o)) built for 'iOS'
Getting this error
This is my pod spec file.
Let me know if I am missing something @jerson