Open ticky opened 2 years ago
Hi @ticky, I don't think it's still relevant, but I'm planing to make some improvements in a week.
@ticky I see that you forked the project and made some fixes. It would be awesome, if you have a chance to make a PR. Thank you!
I'm not highly experienced at this, and couldn't get it working without just brute-force removing everything that wasn't implemented on watchOS https://github.com/ticky/Mercato/commit/6be6e66270357ac65528a126868ff6e20f73d2d5 so I'm not sure that's a great PR for your project 😅
This library looks perfect for my fairly simple independent watchOS app's needs, thanks for sharing!
Unfortunately, v0.0.1, as well as the current HEAD revision, don't build under a watchOS deployment target, giving these errors;
(paths trimmed for clarity)
I've seen these errors both in my actual project, and in an out of the box Swift-based Xcode watchOS app project template, each with Mercato imported using Xcode's package management UI
My experience isn't deep in writing this sort of cross-platform code, but it seems as though the code specific to iOS isn't guarded sufficiently for the watchOS platform. If you have suggestions I'm all ears!