mozilla-mobile / telemetry-ios

A generic library for sending telemetry pings from iOS applications to Mozilla's telemetry service.
Mozilla Public License 2.0
28 stars 23 forks source link

Build fails in Xcode 10.2 since support for Swift 3.x has been dropped #110

Closed robomex closed 5 years ago

robomex commented 5 years ago

In Xcode 10.2 I'm unable to build a project that uses the MozillaTelemetry pod since Xcode 10.2 dropped support for Swift 3.x.

Updating to Swift 4.0+ would resolve this issue.