#melecouvreur_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1360149419307302942
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- melecouvreur_api, 16 hours ago, 12 messages
Yes, the minSdkVersion is 26 based on the requiremenets specifid in the readme file
Did you encounter any problems?
No worries
I am still getting this error for iOS builds: Some pods require a higher minimum deployment target.
You can use the expo-build-properties config plugin (https://docs.expo.dev/versions/latest/sdk/build-properties/) to override the default native build properties and set a different minimum deployment target.
even though i set it at 14 for iOS
Do you have other dependencies that requires a higher target ?
hmm that might be the case. before i didnt have a min deployment target set so maybe expo automatically inserted a higher one
doesn't look like it
I mean have you checked other dependencies that you added to your expo project? maybe one of more of them requires > iOS 14 ?
didn;t look like it. Now i ran:
npx expo prebuild --clean
cd ios
pod install --repo-update
cd ..
and that gives: CocoaPods could not find compatible versions for pod "stripe-terminal-react-native":
In Podfile:
stripe-terminal-react-native (from ../node_modules/@stripe/stripe-terminal-react-native)
Specs satisfying the stripe-terminal-react-native (from ../node_modules/@stripe/stripe-terminal-react-native) dependency were found, but they required a higher minimum deployment target.
https://github.com/stripe/stripe-terminal-react-native/blob/main/stripe-terminal-react-native.podspec it's actually 15.1, the doc isn't updated.
Can you change deploymentTarget to 15.1 and try again?
let me try - fingers crossed. weird that the docs say 14...
Sorry I mean 15.1, not 15.2
giving it a shot