又一天,又一次iCloud错误,我正试图达到某种稳定性。至少有一点功能。请向我解释这个错误是什么。
发生这种情况时:两个设备共享同一个应用程序(显然)。当两者都在线时,两者都能很好地工作。
但是,我在没有SIM卡和网络的情况下拿走了我的iPhone一天,添加了一堆东西。所有变化都反映在应用程序中(显然)并回到家中,iPhone通过wifi自动上线。我没有触摸iPhone,也没有打开应用程序。
我启动了iPad并启动了已安装的应用程序。我预计这些变化会在花费一些时间后神奇地出现,而不是只发生一次更新。这也与添加新的“用户”实体有关。不是其中的内容,或其中的其他新实体或相关内容。
这是我认为负责的日志部分,请告诉我这是什么,fetchedProperties是如何进入的?那么ToMany在那里怎么样?
[NSFetchedPropertyDescription isToMany]: unrecognized selector sent to instance 0x43ad70
2012-02-24 23:06:01.216 App[3922:3877]
CoreData: Ubiquity: Error importing transaction log: <PFUbiquityTransactionLog: 0x4a198c0>
transactionLogLocation: <PFUbiquityLocation: 0x5685140>: /private/var/mobile/Library/Mobile Documents/PRSWRAABE7~com~testcloud~app/hgdata/mobile.D188D9B6-3C35-5E55-BB09-9BD78EC0CA64/com.testcloud.app/Zi4JIL_IINn2U12TdLepz0QoF922tqFvbcUPpcr3blU=/D320175C-FFA1-4C5C-A8C9-7CD23E85CAFD.1.cdt
transactionNumber: 39,
exception: -[NSFetchedPropertyDescription isToMany]: unrecognized selector sent to instance 0x43ad70
2012-02-24 23:06:01.216 App[3922:3877] -[_PFUbiquityRecordsImporter operation:failedWithError:](839):
CoreData: Ubiquity: Import operation ecountered an error:
Error Domain=NSCocoaErrorDomain Code=134060 "The operation couldn’t be completed. (Cocoa error 134060.)"
UserInfo=0x63359a0 {exception=-[NSFetchedPropertyDescription isToMany]: unrecognized selector sent to instance 0x43ad70}
while trying to import the log file at the URL: <PFUbiquityTransactionLog: 0x4a198c0>
transactionLogLocation: <PFUbiquityLocation: 0x5685140>: /private/var/mobile/Library/Mobile Documents/PRSWRAABE7~com~testcloud~app/hgdata/mobile.D188D9B6-3C35-5E55-BB09-9BD78EC0CA64/com.testcloud.app/Zi4JIL_IINn2U12TdLepz0QoF922tqFvbcUPpcr3blU=/D320175C-FFA1-4C5C-A8C9-7CD23E85CAFD.1.cdt
transactionNumber: 39
答案 0 :(得分:0)
无法识别的选择器发送到实例0x43ad70此消息表示您的代码出现了问题。
什么是[NSFetchedPropertyDescription isToMany] ??也许它说进口交易太多了?看起来很奇怪