mixpanel / mixpanel-swift

Official iOS (Swift) Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
434 stars 234 forks source link

v4.0.5 compile error if installed using SPM #591

Closed kientux closed 1 year ago

kientux commented 1 year ago

In latest version update, some codes are updated to add autoreleaseFrequency: .workItem to DispatchQueue initialization. This param only available for iOS 10+, but Package.swift declares min iOS version is 9.0, so we cannot compile.

zihejia commented 1 year ago

hi @kientux , sorry for the inconvenience. Please try v4.0.6. I'm closing this one now, feel free to reopen if the problem exists.