kuglee / TermiWatch

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

No such module 'PMLHealthKit' & 'PMKCoreLocation' #4

Open josephkois opened 5 years ago

josephkois commented 5 years ago

getting two errors when I build. both compiler errors, This is using the latest release 1.1.1

kuglee commented 5 years ago

Please download the latest version that includes these libraries from here: https://github.com/kuglee/TermiWatch/releases/download/1.1.1/TermiWatch_1.1.1.zip

federico-garcia commented 5 years ago

I ran carthage update in terminal from the project root folder and it worked. You need to install carthage using brew (brew install carthage)

kuglee commented 5 years ago

The carthage libraries are already included in the release.

rotsj commented 5 years ago

I tried cloning the project directly from Github and encountered the same issue as above. But downloading the release instead as you linked solved it. Thank you.

kuglee commented 5 years ago

Yeah, I think the Download button is misleading. 😔