mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 22:30:34 +01:00
CoreStore 7.0.3 no longer compiles for watchOS #311
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scogeo on GitHub (Feb 7, 2020).
The 6.0.3 release no longer compiles for the watchOS target using Xcode 11.3.1. There are multiple errors related to the inclusion of
DiffableDataSource. For example:Seems to be missing some conditional compilation in a few files to get it compiling again, but don't have time to investigate at the moment, so reverting to 6.0.2.
@JohnEstropia commented on GitHub (Feb 8, 2020):
I assume you meant 7.0.3? I'll push a fix, thanks!
@JohnEstropia commented on GitHub (Feb 8, 2020):
Should be fixed in 7.0.4 now, let me know if you still have issues.
@scogeo commented on GitHub (Feb 8, 2020):
Yeah sorry meant 7.0.3. Thanks for the quick fix will give it a try
@scogeo commented on GitHub (Feb 8, 2020):
I verified 7.0.4 builds for me now on watchOS.