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.
## 📋 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

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 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.