#melecouvreur_api

1 messages ¡ Page 1 of 1 (latest)

quartz anchorBOT
#

👋 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.

noble coral
#

Yes, the minSdkVersion is 26 based on the requiremenets specifid in the readme file

#

Did you encounter any problems?

scenic cypress
#

let me double check

#

apologies

noble coral
#

No worries

scenic cypress
#

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.

Expo Documentation

A config plugin that allows customizing native build properties during prebuild.

#

even though i set it at 14 for iOS

noble coral
#

Do you have other dependencies that requires a higher target ?

scenic cypress
#

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

noble coral
#

I mean have you checked other dependencies that you added to your expo project? maybe one of more of them requires > iOS 14 ?

scenic cypress
#

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.

noble coral
#

Can you change deploymentTarget to 15.1 and try again?

scenic cypress
#

let me try - fingers crossed. weird that the docs say 14...

noble coral
#

Sorry I mean 15.1, not 15.2

scenic cypress
#

giving it a shot

quartz anchorBOT
scenic cypress
#

seems like it worked!

#

probably worth getting the documentation updated?