How do I resolve these errors reported in Xcode about using Core Data Composite Attributes feature?
Composite Attributes feature requires tvOS deployment target 17.0 or later
Composite Attributes feature requires watchOS deployment target 10.0 or later
My app is a Cocoa app and targets macOS 14.0+. I do not have an iOS, iPadOS, tvOS nor watchOS targets. So, I don't understand why I am getting these errors.
My Xcode project format is set to Xcode 16.0.
I am on macOS Sequoia 15.2 (24C101) and using Xcode Version 16.2 (16C5032a).
If you create a new Xcode project and choose macOS > App and Storage > Core Data and then Add Composite Type and set an attribute name and type, you will get the errors.
3
0
584