mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
Xcode 16.0 beta 6 error - "'CATransaction' is unavailable in watchOS" #438
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 @jmtiimo on GitHub (Aug 22, 2024).
I'm experiencing issues when trying to build the project using the latest
Xcode 16.0 beta 6 (16A5230g).The error appears in the
Internals.DiffableDataUIDispatcher.swiftfile. See image below.Have anyone else experienced this issue? It worked perfectly in the
Xcode 15.4.@DavidTiimo commented on GitHub (Sep 4, 2024):
@jmtiimo I have made a PR for this.