Posts

Post not yet marked as solved
0 Replies
982 Views
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)
Posted
by Robb18.
Last updated
.
Post marked as solved
15 Replies
4.8k Views
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?
Posted
by Robb18.
Last updated
.
Post not yet marked as solved
0 Replies
611 Views
I am having trouble with Beta 4 in a UITableViewController where I am trying to connect an IBSegueAction to a UIHostingController from the tableivew prototype cells. It connects from the storyboard to the code okay, but never gets called when I run in the simulator and tap on a cell row.The table view is a group tableview and has multiple secitons. The cells are registered using the tableView.register(UINib...
Posted
by Robb18.
Last updated
.