Skip to content
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

Unable to read SDK version from ApptentiveKit's Info.plist file #47

Open
konotori opened this issue Sep 8, 2023 · 1 comment
Open

Comments

@konotori
Copy link

konotori commented Sep 8, 2023

I used Cocoapod method to integrate apptentive but when i built project on both simulator or real device, i got this error.
I am using the latest apptentive version 6.2.3 and Xcode 14.3.1 running on M1 mac

image

@frankus
Copy link
Collaborator

frankus commented Sep 8, 2023

Hi @konotori is it possible that your Podfile contains a reference to the legacy apptentive-ios pod as well as the new ApptentiveKit pod? The legacy pod also contains a resource bundle that can lead to a name collision.

I would also look inside the app (Products group, Right Click > Show in Finder and then in Finder Right Click > Show Package Contents) and ensure that there is an ApptentiveKitResources.bundle in the app package. Then one more Show Package Contents to look for Distribution.plist inside the bundle and open it to ensure it has the value 6.2.3 for the CFBundleShortVersionString key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants