react-native-fast-rsa icon indicating copy to clipboard operation
react-native-fast-rsa copied to clipboard

library 'react-native-fast-rsa' not found

Open saumyabhatnagar2000 opened this issue 2 years ago • 8 comments

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?

saumyabhatnagar2000 avatar Sep 27 '23 12:09 saumyabhatnagar2000

any update on this ?

Even I am facing this issue on- M2 Chip Xcode - 15.0

Bare react-native - 0.68

neel132 avatar Oct 03 '23 10:10 neel132

Hi, thanks for report this issue, going to take a look today

jerson avatar Oct 03 '23 13:10 jerson

hi @saumyabhatnagar2000 , @neel132 could you try with this branch please https://github.com/jerson/react-native-fast-rsa/pull/73

jerson avatar Oct 03 '23 23:10 jerson

Still not working for me. @neel132 did it work for you?

saumyabhatnagar2000 avatar Oct 04 '23 10:10 saumyabhatnagar2000

It is still the same error for me as well @saumyabhatnagar2000 @jerson . Even the example project has same error.

Reference -

Screenshot 2023-10-04 at 5 31 42 PM

neel132 avatar Oct 04 '23 11:10 neel132

I see, so it seems is related to arm64 slice, let me try something different today, thanks for the patient

jerson avatar Oct 04 '23 12:10 jerson

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

jerson avatar Oct 05 '23 23:10 jerson

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 Screenshot 2023-10-06 at 3 39 55 PM

saumyabhatnagar2000 avatar Oct 06 '23 10:10 saumyabhatnagar2000