mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
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?
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/510
Author: @DavidTiimo
Created: 9/4/2024
Status: ✅ Merged
Merged: 9/10/2024
Merged by: @JohnEstropia
Base:
develop← Head:develop📝 Commits (3)
3fb2b59Comment out broken code for Xcode beta9f9ecb4Only available for iOS010a79eReverse check, as only watch os is having troubles📊 Changes
1 file changed (+8 additions, -8 deletions)
View changed files
📝
Sources/Internals.DiffableDataUIDispatcher.swift(+8 -8)📄 Description
A fix to the following issue:
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.swift file. See image below. Have anyone else experienced this issue? It worked perfectly in the Xcode 15.4.
The error is caused by the CA Transaction not being available for iOS. This is fixed by having the iOS os flag
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.