[PR #510] [MERGED] issue #509 | Xcode 16.0 beta 6 error - "'CATransaction' is unavailable in watchOS" #513

Closed
opened 2025-12-29 15:32:48 +01:00 by adam · 0 comments
Owner

📋 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: developHead: develop


📝 Commits (3)

  • 3fb2b59 Comment out broken code for Xcode beta
  • 9f9ecb4 Only available for iOS
  • 010a79e Reverse 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

360338259-5735e15d-cb78-4a6c-a247-78894ad810b8-2


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JohnEstropia/CoreStore/pull/510 **Author:** [@DavidTiimo](https://github.com/DavidTiimo) **Created:** 9/4/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@JohnEstropia](https://github.com/JohnEstropia) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (3) - [`3fb2b59`](https://github.com/JohnEstropia/CoreStore/commit/3fb2b5927b7aaa6bbe7baa38a69479315a7e96a9) Comment out broken code for Xcode beta - [`9f9ecb4`](https://github.com/JohnEstropia/CoreStore/commit/9f9ecb48201014cb1811896b63a20ec0f07bf5b7) Only available for iOS - [`010a79e`](https://github.com/JohnEstropia/CoreStore/commit/010a79ef6a5240e1e930eb15f12c4c40d1c0efc0) Reverse check, as only watch os is having troubles ### 📊 Changes **1 file changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Sources/Internals.DiffableDataUIDispatcher.swift` (+8 -8) </details> ### 📄 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.](https://github.com/JohnEstropia/CoreStore/issues/509) The error is caused by the CA Transaction not being available for iOS. This is fixed by having the iOS os flag ![360338259-5735e15d-cb78-4a6c-a247-78894ad810b8-2](https://github.com/user-attachments/assets/e1e455e9-7a40-46eb-8ff7-58ab77d6a729) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:32:48 +01:00
adam closed this issue 2025-12-29 15:32:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#513