kuglee / TermiWatch

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

build failed #50

Open IsaacYKC0329 opened 2 years ago

IsaacYKC0329 commented 2 years ago
Screen Shot 2022-04-13 at 14 17 00
xokthilat commented 2 years ago

go to '/TermiWatch.xcodeproj/project.xcworkspace/xcshareddata/swiftpm' replace all code in package.resolved with this { "object": { "pins": [ { "package": "PMKCoreLocation", "repositoryURL": "https://github.com/PromiseKit/CoreLocation", "state": { "branch": null, "revision": "fcb6e45aa93dbce4a56e65a7a2649ec304867ac0", "version": "3.1.2" } }, { "package": "PMKFoundation", "repositoryURL": "https://github.com/PromiseKit/Foundation", "state": { "branch": null, "revision": "985f17fa69ee0e5b7eb3ff9be87ffc4e05fc0927", "version": "3.4.0" } }, { "package": "PMKHealthKit", "repositoryURL": "https://github.com/kuglee/PMKHealthKit", "state": { "branch": "master", "revision": "1d321805da2b0488efe5948cb14d14a16398f119", "version": null } }, { "package": "PromiseKit", "repositoryURL": "https://github.com/mxcl/PromiseKit.git", "state": { "branch": null, "revision": "3fd8c77ded8a4bbee548e3bd6c987ffe8c1e3574", "version": "6.17.0" } }, { "package": "Swizzle", "repositoryURL": "https://github.com/kuglee/Swizzle", "state": { "branch": null, "revision": "efa073b5ff899e564e9c22e161f69540f4e161f1", "version": "0.1.1" } } ] }, "version": 1 } then reset package cache and try to run again

narcyzzo commented 2 years ago

https://github.com/kuglee/TermiWatch/issues/45#issuecomment-1114350394