-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible iOS minimum deployment target between KarteCore and peer React-Native modules #63
Comments
Hi. Cloud you take a look at this page for troubleshooting Privacy manifest support of KARTE SDK? If following the steps in the document doesn't work, let us know. |
Hi. Here's what my Podfile and Podfile.properties.json look like. Podfile:
Podfile.properties.json:
I assume the deployment target is correctly configured to Unfortunately after trying following steps which are provided in the troubleshooting page,
|
We tried to reproducte your situation, but haven't made it yet. Could you submit the form here for reaching out with our support team? |
Our project is using Karte SDK with Expo plugin and getting following error when build from Xcode due to incompatible deployment target issue.
KarteCore > iOS12.0
RNKRTCore > iOS11.0
RNKRTInAppMessaging > iOS11.0
RNKRTNotification > iOS11.0
Local workaround is manually changing deployment target one by one. But won't resolve the problem while using CI/CD.
Please kindly take a look into this.
The text was updated successfully, but these errors were encountered: