#muzzamil
1 messages · Page 1 of 1 (latest)
What version of the pod/SDK are you using?
Which version of Xcode are you using?
Which version of iOS are you targeting in your podfile?
What approaches have you tried to resolve the issue?
Xcode version 14.1
pod version 11.0
targeting ios is 16
and what version of stripe-ios?
in your Podfile or Podfile.lock
that version is 6 years old so that seems unlikely and you're looking at something else https://github.com/stripe/stripe-ios/blob/master/CHANGELOG.md#1100-2017-06-27. If you are using a version that old than that is the problem.
https://stripe.com/docs/libraries/ios#set-up-the-stripe-ios-sdk should be the instructions for install the latest version of the library into a project
im using react native so do i've to make some addintional setting for that as well?
see https://github.com/stripe/stripe-react-native#ios , but at very least you need to cd into the ios directory of your project and run pod install there, yes.
where does the error come from exactly? what command are you running in the Terminal?
for running my project?
npx react-native run-ios --simulator="iPhone SE (3rd generation)"
this cmd i'm running
what version of stripe-react-native are you using?
overall my advice is to upgrade everything(React Native itself, stripe-react-native, all your other dependencies) to their latest version, and doing a clean build.
that's very old, make sure you're using the latest
are you using Expo?
no
ok. Then still, upgrade your project to use the latest version of stripe-react-native. 0.1.4 is 2 years old
i tried the lastest version but still have same issue
Hi, I'm taking over my colleague, please let me catch up.
sure
Could you please double check that it's the full error message?
From the content of it, it doesn't seem like an error.
error message
Do you have any other indicators of what could be the issue? Somewhere around XCode?
This error message is not very descriptive, unfortunately.
this the only error that i'm getting
Is this the first time you're building your app with Stripe? Did it happen with other libraries?
for ios this is the first time
Maybe you need to check your XCode setup, re-install it or update.
It's hard for me to say more, as the error message carries very little information.
okay
Please let me know if you find more information, I will try to help you!
sure