stripe-react-native: iOS: Fails when I try install the dependency
I try to install @stripe/stripe-react-native
in ios, already run pod install
in ios folder, but I’m getting this error
Any idea?
Thanks.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 17 (2 by maintainers)
I found the issue on my build.
I was a bit puzzled by the troubleshoot step of removing entry from LIBRARY_SEARCH_PATHS, because when I looked at my Xcode project no such path existed.
But I do see the paths there… however just not in the entry.
What I did is to open the xcode project file with an editor and just search for LIBRARY_SEARCH_PATHS, and remove the entire thing from it. This is what I saw.
remove
Once thats removed the build started to work
Correct, it just wasn’t clear it had to be done via an editor instead of using Xcode, since via Xcode the entry did not show up.
library search paths doesn’t work. You need to change it manually by editing the Xcode project file. can you update the README please? I did not get the paths in the library search paths list in the Xcode.
I tried to implement on a fresh project with
rn init
. this is 64.1, with Xcode 12.5, deployment target 11plain implementation with out bridging header build generates 9 errors
after implementing the bridging header there are 5 errors
Here are my specs
This is the library search path listed