TelemetryDeck / SwiftSDK

Swift SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites.
https://telemetrydeck.com/
Other
148 stars 30 forks source link

Error Trying to Install Version 2.2.1 #166

Open mikaelacaron opened 5 days ago

mikaelacaron commented 5 days ago

I tried to install TelemetryDeck 2.2.1 onto an older Xcode project that still was deploying iOS 14. There were multiple errors in the Sources > TelemetryClient > Presets > TelemetryDeck+Purchases.swift file.

For example line 22 of this file said that there's no property price on transaction

I bumped the iOS version of the app to iOS 17, but it didn't make a difference. still errors.

I deleted the package, added it again, multiple times but same thing.

I had to change the version to 1.5.1 and use TelemetryClient to make it work

I'm not sure what happened or if this is worth looking into, but just wanted to let you know!