I have two Core Data entities synching with CloudKit nicely. When I query records for one in the Dashboard, the results are displayed as expected. However, when I query records for the other entity, the Dashboard goes black (completely, I mean, no navigation, etc.). I can confirm that changes to the records are synching across devices. I just can't figure out what is making the Dashboard query fail. Has anyone else encountered the same issue? Was there a solution? (BTW, I have made recordName queryable, since I've had that problem in the past. Also, my app is in development - not production.)
CloudKit Dashboard goes blank when making a query
Add a Comment