Posts

Post not yet marked as solved
9 Replies
I have the same message. - I don't know what it means and the "perform now" link does not open. - "Learn More" goes to Quip as well for me. - I'm not part of Apple. A developer friend of mine does not have this message. That's all I know so far.
Post not yet marked as solved
11 Replies
Would love to gain insights or tips / best practices on how to handle this as well. It should be an issue that almost all Core Data CloudKit apps face and it would be really nice to know how to handle it correctly!
Post not yet marked as solved
11 Replies
I've now found that this is error 134060:CloudKit integration requires that the value transformers for transformable attributes are available via +[NSValueTransformer valueTransformerForName:], return instances of NSData, and allow reverse transformation:entity: attribute - Claims to return instances of nilI didn't set the attribute to nil but NSSecureUnarchiveFromDataTransformerName.I'll let the transformer name empty for now (which works with core data). Would indeed setting no transformer name default to NSSecureUnarchiveFromData at some point and CloudKit Core Data does not support this until then, I handle this by setting .cloudKitContainerOptions to nil whenever error.code 134060 comes up, disabling the Sync (which is better then a crashing app at least).Does someone have any insight or a better idea? Any input is appreaciated!
Post not yet marked as solved
4 Replies
It has been GKLocalPlayer.localPlayer() until iOS 13, now there's both GKLocalPlayer.localPlayer and GKLocalPlayer.local. Both seem to be the same, as they work in iOS 13 and crash in everything below iOS 13.If you jump to the definition by command-clicking GKLocalPlayer.localPlayer you'll find this comment. It's been there, unchanged with the last 4 betas:// TODO: deprecate this Swiftification: Should update objective C APIs to match our changes in swift (GKLocalPlayere.localPlayer -> local, nullability, lightweight generics)It seems Game Center was about to be refactored at some point and someone just randomly stopped working on it and nothing happened since then. I really hope someone gets assigned to this task, it's frustrating not being able to use Game Center at all!
Post not yet marked as solved
4 Replies
The issue persists with Beta 4. I've filed bug reports, tried hunting down the engineer responsible for Game Center, but so far I've unfortunately gotten no reaction or response. What else can I do?I fear that I won't be able to ship an iOS 13 update this fall. I can't bump up the target to iOS 13 just so that I can continue using Game Center.
Post not yet marked as solved
6 Replies
Have you found anything else this far? I get the same error code, although sometimes it works.I feels as if making changes too frequently to the core data model (creating too many requests?) might lead to this error.