I am running the demo on an actual device running beta 1 of iOS 15 and every time I go to add a tag I get these errors in the log. Any thoughts on what I am doing wrong or is there a bug in the demo code?
Thanks,
Rob
2021-06-22 13:39:33.645193-0400 CoreDataCloudKitDemo[505:63776] [error] error: SQLCore dispatchRequest: exception handling request: <NSSQLSaveChangesRequestContext: 0x281ee5380> , threw while encoding a value. with userInfo of (null)
CoreData: error: SQLCore dispatchRequest: exception handling request: <NSSQLSaveChangesRequestContext: 0x281ee5380> , threw while encoding a value. with userInfo of (null)
2021-06-22 13:39:33.645306-0400 CoreDataCloudKitDemo[505:63776] [error] error: -executeRequest: encountered exception = threw while encoding a value. with userInfo = (null)
CoreData: error: -executeRequest: encountered exception = threw while encoding a value. with userInfo = (null)
2021-06-22 13:39:33.645724-0400 CoreDataCloudKitDemo[505:63776] [error] error: SQLCore dispatchRequest: exception handling request: <NSSQLSaveChangesRequestContext: 0x281ee5380> , threw while encoding a value. with userInfo of (null)
CoreData: error: SQLCore dispatchRequest: exception handling request: <NSSQLSaveChangesRequestContext: 0x281ee5380> , threw while encoding a value. with userInfo of (null)
2021-06-22 13:39:33.645818-0400 CoreDataCloudKitDemo[505:63776] [error] error: -executeRequest: encountered exception = threw while encoding a value. with userInfo = (null)
CoreData: error: -executeRequest: encountered exception = threw while encoding a value. with userInfo = (null)
2021-06-22 13:39:33.646286-0400 CoreDataCloudKitDemo[505:63776] [error] error: SQLCore dispatchRequest: exception handling request: <NSSQLSaveChangesRequestContext: 0x281ec5b00> , threw while encoding a value. with userInfo of (null)
CoreData: error: SQLCore dispatchRequest: exception handling request: <NSSQLSaveChangesRequestContext: 0x281ec5b00> , threw while encoding a value. with userInfo of (null)
2021-06-22 13:39:33.646380-0400 CoreDataCloudKitDemo[505:63776] [error] error: -executeRequest: encountered exception = threw while encoding a value. with userInfo = (null)
CoreData: error: -executeRequest: encountered exception = threw while encoding a value. with userInfo = (null)
Post
Replies
Boosts
Views
Activity
Does anyone know if the new NSPersistentCloudKitContainer will work in an Application that shares data with others (CKShare), or will it only work as shown in the demo with other devices of the same iCloud Account?