#Arvind-react-native-ios
1 messages · Page 1 of 1 (latest)
Hey, which version of stripe-react-native are you using and which version of iOS are you targeting?
"@stripe/stripe-react-native": "^0.10.0"
iOS vertion from 12.0
Did you run pod install in the project ios directory?
Which version of RN you using?
react-native-cli: 2.0.1
react-native: 0.66.3
Can you try pod install --clean
okay
The following build commands failed:
CompileSwift normal x86_64 /ios/Fix.swift (in target 'xyz' from project ‘xyz’)
EmitSwiftModule normal x86_64 (in target 'xyz' from project 'xyz')
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'xyz' from project 'xyz')
(3 failures)
got this error running after doing clean
Thanks, I'm not sure what the issue could be other than some kind of setup/env issue
Digging further
okay
Can you please share the full output logs from the build failure?
sure
There's also this issue that could be the cause. I'd recommend working through the steps here: https://github.com/stripe/stripe-react-native#undefined-symbols-for-architecture-x86_64-on-ios
here is my logs
Can you just paste them in here?
I have gone through it, as well. But no luck.
it's too long, thus I have shared in text file
other then that this is the one which it's showing the error
** BUILD FAILED **
The following build commands failed:
CompileSwift normal x86_64 /Users/arvind/Projects/Bizburd/BizburdUsrAppMob/ios/Fix.swift (in target 'BizburdUsrAppMob' from project 'BizburdUsrAppMob')
EmitSwiftModule normal x86_64 (in target 'BizburdUsrAppMob' from project 'BizburdUsrAppMob')
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'BizburdUsrAppMob' from project 'BizburdUsrAppMob')
(3 failures)
Got it. At this point I'd recommend writing in to our team. This is too in-depth for us to help resolve on Discord, we need to be able to replicate this and investigate properly. Can you file a ticket with as much detail and context as possible please: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
okay, thank you for the support.
np, sorry I couldn't resolve it