I just found the issue on my side.
During further investigation I realized that these messages came together with other messages referring to one specific entity.
I preload Core Data from a json file with some data which eventually change from time.
For development purposes each time the app launches,I update my preloaded data from the json file
It turned out that I created new objects during that update to run a comparison and forgot to delete the unnecessary objects right after.
Since that update process creates several hundred objects, that adds up quite fast.
They were now floating around in core data without any purpose. And CloudKit had to sync them.
However, at the end it's still quite small string data and why this causes into those cryptic debug messages and hours of syncing, is still a mystery for me.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: