#herman-filatov-react-native
1 messages · Page 1 of 1 (latest)
thank you)
i tried several times and every time goes crash
I don't know what is the problem (((
mininum requirement ios version 11.0
in my Podfile also 11
Is is Undefined symbols for architecture x86_64 on iOS you're hitting?
pod installed perfectly
im on m1 mac
We have a troubleshooting section that covers this undefined symbol error:
https://github.com/stripe/stripe-react-native#troubleshooting
You will need to remove some linking references, save the project, then add a new file as described to have xcode create a bridging header
yep! that looks like what you're looking for
remove those, save the project
then as in the docs add a new swift file in your project source code, and xcode should prompt you to create a new bridging header file
you should be able to delete these entries, if not there then in a corresponding code file
maybe i don't see something but i can't delete
omg i'm so sorry guys(
i also create swift.file
if you cmd+shift+f for LIBRARY_SEARCH_PATHS
you should find an xcconfig file
you need to remove the paths first
search for LIBRARY_SEARCH_PATHS?
i'm sorry maybe i can share my screen?
or open your xcconfig file directly and find that section
ok one minute
oh maybe i found this
two files for debug and release
what lines of code i should delete?
it doesnt look like you have the expected lines present
you're sure you did the pod install from inside the ios directory?
of course
cd ios
i found this file in Pods directory
When you created the new swift file did xcode prompt for the new bridging headers?
yes
in xcode file -new - file
then ask for new bringing header
maybe i can share you my screen?
No, we can't do that -- if xcode prompted you for the bridging header then that should trigger whats needed here
In this case I'm not sure where to go next. Are you able to recreate this in a minimal repository you can share and open an issue on the github project? This would allow our developers working on stripe-react-native to investigate
https://github.com/stripe/stripe-react-native/issues/new/choose