kuglee / TermiWatch

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

Help #2

Open IdriziIsa opened 5 years ago

IdriziIsa commented 5 years ago

Im new to Github but I really would love your TermiWatch face for my Apple Watch but there's an error that says "No Such Module PMKCoreLocation" and I don't know how to get passed this or how to fix it. Any help would be appreciated.

Thank you

alexthegreat1 commented 5 years ago

Also having a similar issue. The error I get at Build is "No Such Module 'PMKHealthKit'" at HealthKitUtils.swift.

alexthegreat1 commented 5 years ago

Alright I was able to fix the issue somehow. I'm not positive but I think these were my steps.

After following all of the instructions, I installed carthage, cd'd into the xcode project in the terminal, then ran "carthage bootstrap".

At first, it didn't run successfully and gave me an error related to xcode command line tools. So I fixed that by specifying Xcode's location in Xcode Preferences>Locations>Command Line.

Then, I deleted the Carthage folder and ran the command again. This time it worked successfully. After that, I just built the app using my phone as the target device and it worked. Great watch face btw. Love it!

kuglee commented 5 years ago

I'm sorry to hear that. Please download a clean copy of the latest release. After opening the project select Product -> Clean Build Folder, then install the app again.

marcelkraus commented 5 years ago

Conclusion: Just run brew install carthage if you have not installed carthage on your machine before. After that, run carthage update in the TermiWatch directory and you should be fine… :)

drudland commented 5 years ago

I'm trying to install this watchface and also am an Xcode nubie, so I need some help. What is carthage? How does it relate to the watchface?

kuglee commented 5 years ago

https://github.com/kuglee/TermiWatch/releases/download/1.1.1/TermiWatch_1.1.1.zip If you download it from that link above it shouldn't require Carthage. The Readme should have all the necessary information about installing the Watch Face, but feel free to ask questions if you get stuck.

mvvlasov commented 5 years ago

Hello) It's amazing. But. Can you add a watchOS 4 support? Thx.