apptentive / apptentive-kit-ios

ApptentiveKit SDK for iOS and iPadOS

Home Page:https://www.apptentive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

konotori opened this issue · comments

commented

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

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.