JohnEstropia / CoreStore

Unleashing the real power of Core Data with the elegance and safety of Swift
MIT License
3.99k stars 255 forks source link

CoreStore 7.0.3 no longer compiles for watchOS #368

Closed scogeo closed 4 years ago

scogeo commented 4 years ago

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:

CoreStore/Sources/Internals.DiffableDataUIDispatcher.swift:55:28: error: use of undeclared type 'DiffableDataSource' func purge( ^~~~~~

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 4 years ago

I assume you meant 7.0.3? I'll push a fix, thanks!

JohnEstropia commented 4 years ago

Should be fixed in 7.0.4 now, let me know if you still have issues.

scogeo commented 4 years ago

Yeah sorry meant 7.0.3. Thanks for the quick fix will give it a try

scogeo commented 4 years ago

I verified 7.0.4 builds for me now on watchOS.