Я интегрировал iCloud в свое приложение, и синхронизация работает, но иногда я получаю эту ошибку:
+[PFUbiquityTransactionLog loadPlistAtLocation:withError:](324): CoreData: Ubiquity:
Encountered an error trying to open the log file at the location: <PFUbiquityLocation:
0x1993c0>: /private/var/mobile/Library/Mobile Documents/ ...
Error: Error Domain=NSCocoaErrorDomain Code=256 "The operation couldn’t be completed.
(Cocoa error 256 - The item failed to download.)"
-[PFUbiquityTransactionLog loadComparisonMetadataWithError:](220): CoreData: Ubiquity:
Error encountered while trying to load the comparison metadata for transaction log:
<PFUbiquityTransactionLog: 0x1a3d60>
transactionLogLocation: <PFUbiquityLocation: 0x1993c0>: /private/var/mobile/Library/Mobile Documents/
transactionNumber: (null)
Error: Error Domain=NSCocoaErrorDomain Code=134302 "The operation couldn’t be completed.
(Cocoa error 134302.)" UserInfo=0x1a50e0 {reason=Error during property list parsing during
import or opening of log file at location: <PFUbiquityLocation: 0x1993c0>:
/private/var/mobile/Library/Mobile Documents/ ... Error Domain=NSCocoaErrorDomain Code=256
"The operation couldn’t be completed. (Cocoa error 256 - The item failed to download.)"
Понятия не имею, что это значит, но если я подожду некоторое время, кажется, что слияния iCloud сделаны ... Кто-нибудь знает, как это решить?
Я попытался установить
[_document.managedObjectContext
setMergePolicy:NSMergeByPropertyStoreTrumpMergePolicy]
но без посторонней помощи ...
Thnx!