I did that and even the entity which is exclusively defined in public configuration of core data gets pushed to private database in cloudKit. How to synchronize core data entity to public database
Post
Replies
Boosts
Views
Activity
May be I should create configurations in coredata for public and private?
I changed persistentController to class and ran but did not make any difference and does not push the entity values to cloudkit. I see this in output console: it tries to create a fake CD_Contact and then at the end deletes it like this:
"CD_Contact" = (
edObjectContext:andObservedStore:error:](191): Deleting record with id (CD_Contact): <CKRecordID: 0x2810815e0; recordName=CD_FAKE_Contact_272EF7A8-C51B-4D33-B054-8EDEBE566F90, zoneID=com.apple.coredata.cloudkit.zone:defaultOwner>
Space pushes it to way top. I want to use your approach, define a frame and specific position since I plan to add text to this view returned from seperate views. How can I do that. Can you show me an example?