mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Xcode 14 compile error #395
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 @SMARTRAY-STUDIO on GitHub (Sep 21, 2022).
ForEach+SwiftUI.swift:65:40: error build: Key path value type 'NSManagedObjectID' cannot be converted to contextual type 'ID'
Xcode 14.0
SPM: CoreStore 8.1.0
@tkirby commented on GitHub (Sep 21, 2022):
Update SPM to 9.0.0 for Xcode 14.0
@JohnEstropia commented on GitHub (Sep 21, 2022):
Yes, @tkirby is right. In general, please check the supported CoreStore version whenever you update Xcode, especially if that Xcode version also uses a new Swift compiler version. Closing this ticket now.