Closed sebj closed 3 years ago
When included in a watchOS target, this Telemetry library fails to compile with the following errors:
.../SourcePackages/checkouts/SwiftClient/Sources/TelemetryClient/TelemetryClient.swift:138:31: error: cannot find 'UIDevice' in scope return "\(platform) \(UIDevice.current.systemVersion)" ^~~~~~~~ .../SourcePackages/checkouts/SwiftClient/Sources/TelemetryClient/TelemetryClient.swift:165:16: error: cannot find 'UIDevice' in scope return UIDevice.current.identifierForVendor?.uuidString ?? "unknown user \(systemVersion) \(buildNumber)"
Oooh good catch! Thanks for reporting this, I'll issue an update ASAP! :)
Hey @sebj, luckily it was an easy fix. Could you confirm that it works now in your project?
Thanks @winsmith – works now!
When included in a watchOS target, this Telemetry library fails to compile with the following errors: