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:
CoreStore/Sources/Internals.DiffableDataUIDispatcher.swift:55:28: error: use of undeclared type 'DiffableDataSource'
func purge<Target: DiffableDataSource.Target>(
^~~~~~~~~~~~~~~~~~
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.
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:
> CoreStore/Sources/Internals.DiffableDataUIDispatcher.swift:55:28: error: use of undeclared type 'DiffableDataSource'
> func purge<Target: DiffableDataSource.Target>(
> ^~~~~~~~~~~~~~~~~~
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.
adam
added the fixed label 2025-12-29 15:28:40 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.