after the latest update of the apptentive-kit-ios to version 6.0.5 when I try to run the iOS app version it will instantly crash when the plugin tries to get the sdkVersion it will return this error
ios/Pods/ApptentiveKit/Sources/ApptentiveKit/Model/Environment.swift:187: Fatal error: Unable to read SDK version from ApptentiveKit's Info.plist file
when I change the apptentive-kit-ios from s.dependency 'ApptentiveKit', '~> 6.0.2' to s.dependency 'ApptentiveKit', '6.0.2'
it will work fine because I'm avoiding using the latest version of apptentive-kit-ios 6.0.5.
looking further at the latest update for apptentive-kit-ios I find out that they made some changes to how the plugin verifies the sdkVersion and also changed the name of the Version.plist file to Distribution.plist
here are two screenshots doing some comparison between the apptentive-kit-ios Environment.swift file and the renamed file Version.plist to Distribution.plist both comparisons are between the apptentive-kit-ios version 6.0.5 and 6.0.2


after the latest update of the apptentive-kit-ios to version
6.0.5when I try to run the iOS app version it will instantly crash when the plugin tries to get thesdkVersionit will return this errorios/Pods/ApptentiveKit/Sources/ApptentiveKit/Model/Environment.swift:187: Fatal error: Unable to read SDK version from ApptentiveKit's Info.plist filewhen I change the
apptentive-kit-iosfroms.dependency 'ApptentiveKit', '~> 6.0.2'tos.dependency 'ApptentiveKit', '6.0.2'it will work fine because I'm avoiding using the latest version of
apptentive-kit-ios6.0.5.looking further at the latest update for


apptentive-kit-iosI find out that they made some changes to how the plugin verifies thesdkVersionand also changed the name of theVersion.plistfile toDistribution.plisthere are two screenshots doing some comparison between the
apptentive-kit-iosEnvironment.swiftfile and the renamed fileVersion.plisttoDistribution.plistboth comparisons are between theapptentive-kit-iosversion6.0.5and6.0.2