kuglee / TermiWatch

Terminal Watch Face for Apple Watch
MIT License
2.12k stars 174 forks source link

Module compiled with Swift 5.0 cannot be imported by the Swift 4.2.1 compiler #5

Closed kiosion closed 5 years ago

kiosion commented 5 years ago

No other errors, using the latest release I get an error on this line:

3 - import PMKCoreLocationModule compiled with Swift 5.0 cannot be imported by the Swift 4.2.1 compiler

kuglee commented 5 years ago

Please download this version for Swift 4: https://github.com/kuglee/TermiWatch/releases/download/1.1.1/TermiWatch_1.1.1.zip

kiosion commented 5 years ago

Thanks, that worked perfectly.