8

在这段代码中,我遇到了几个没有阻塞的错误:

    [psc lock];

    NSError *error = nil;
    if (![psc addPersistentStoreWithType:NSSQLiteStoreType
                           configuration:nil
                                     URL:localStore
                                 options:options
                                   error:&error]) {

        NSLog(@"Unresolved error %@, %@", error, [error userInfo]);
        abort();
    }

    [psc unlock];

类似于以下内容(注意:在过程结束时,数据似乎正确同步,没有抛出异常并且错误为零,但是同步需要一些时间);错误有两种,一开始似乎缺少一个文件(或更多),然后它说明了数据完整性(一些不满足的外键),也许这两个问题是相关的?

这是正常情况吗?

(顺便说一句,该应用程序已在商店中,https://itunes.apple.com/app/id582749801,它会记住来自gps的曲目并将其提供给其他设备,曲目可能包含大量数据,第二条记录2条)

(对不起,很长的日志,我已经剪掉了一点,但是了解正在发生的事情可能很有用)

2012-12-14 11:18:25.489 CloudGPSTracker[9303:907] -[PFUbiquityTransactionLog loadPlistAtLocation:withError:](485): CoreData: Ubiquity:  Error reading the log file at location: (null)
userInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 "The operation couldn’t be completed. (Cocoa error 256 - The item failed to download.)" UserInfo=0x1ddf3ee0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt, NSUnderlyingError=0x1ddf3e50 "The operation couldn’t be completed. (UBErrorDomain error 0.)", NSDescription=The item failed to download.}
userInfo: {
    NSDescription = "The item failed to download.";
    NSURL = "file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt";
    NSUnderlyingError = "Error Domain=UBErrorDomain Code=0 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\"";
}
2012-12-14 11:18:25.491 CloudGPSTracker[9303:907] -[PFUbiquityTransactionLog loadContents:](290): CoreData: Ubiquity:  Error encountered while trying to load the comparison metadata for transaction log: <PFUbiquityTransactionLog: 0x1f083450>
    transactionLogLocation: <PFUbiquityLocation: 0x1f005420>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt
    transactionNumber: (null)

Error: Error Domain=NSCocoaErrorDomain Code=134302 "The operation couldn’t be completed. (Cocoa error 134302.)" UserInfo=0x1f2c1ae0 {reason=Error reading the log file at location: (null)
userInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 "The operation couldn’t be completed. (Cocoa error 256 - The item failed to download.)" UserInfo=0x1ddf3ee0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt, NSUnderlyingError=0x1ddf3e50 "The operation couldn’t be completed. (UBErrorDomain error 0.)", NSDescription=The item failed to download.}
userInfo: {
    NSDescription = "The item failed to download.";
    NSURL = "file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt";
    NSUnderlyingError = "Error Domain=UBErrorDomain Code=0 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\"";
}}
userInfo: {
    reason = "Error reading the log file at location: (null)\nuserInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 \"The operation couldn\U2019t be completed. (Cocoa error 256 - The item failed to download.)\" UserInfo=0x1ddf3ee0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt, NSUnderlyingError=0x1ddf3e50 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\", NSDescription=The item failed to download.}\nuserInfo: {\n    NSDescription = \"The item failed to download.\";\n    NSURL = \"file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt\";\n    NSUnderlyingError = \"Error Domain=UBErrorDomain Code=0 \\\"The operation couldn\\U2019t be completed. (UBErrorDomain error 0.)\\\"\";\n}";
}
2012-12-14 11:18:25.495 CloudGPSTracker[9303:907] -[_PFUbiquityRecordsImporter createSortedOperationsArrayForLogLocationsInContext:isFirstImport:](256): CoreData: Ubiquity:  Error loading comparison metadata for transaction log: (null)
Error: Error Domain=NSCocoaErrorDomain Code=134302 "The operation couldn’t be completed. (Cocoa error 134302.)" UserInfo=0x1f2c1ae0 {reason=Error reading the log file at location: (null)
userInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 "The operation couldn’t be completed. (Cocoa error 256 - The item failed to download.)" UserInfo=0x1ddf3ee0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt, NSUnderlyingError=0x1ddf3e50 "The operation couldn’t be completed. (UBErrorDomain error 0.)", NSDescription=The item failed to download.}
userInfo: {
    NSDescription = "The item failed to download.";
    NSURL = "file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt";
    NSUnderlyingError = "Error Domain=UBErrorDomain Code=0 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\"";
}}
 User Info: {
    reason = "Error reading the log file at location: (null)\nuserInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 \"The operation couldn\U2019t be completed. (Cocoa error 256 - The item failed to download.)\" UserInfo=0x1ddf3ee0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt, NSUnderlyingError=0x1ddf3e50 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\", NSDescription=The item failed to download.}\nuserInfo: {\n    NSDescription = \"The item failed to download.\";\n    NSURL = \"file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/542E2269-592C-4CCA-AA47-A783C78DE466.1.cdt\";\n    NSUnderlyingError = \"Error Domain=UBErrorDomain Code=0 \\\"The operation couldn\\U2019t be completed. (UBErrorDomain error 0.)\\\"\";\n}";
}
2012-12-14 11:20:10.991 CloudGPSTracker[9303:907] -[PFUbiquityTransactionLog loadPlistAtLocation:withError:](485): CoreData: Ubiquity:  Error reading the log file at location: (null)
userInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 "The operation couldn’t be completed. (Cocoa error 256 - The item failed to download.)" UserInfo=0x1f50b7e0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt, NSUnderlyingError=0x1f50b850 "The operation couldn’t be completed. (UBErrorDomain error 0.)", NSDescription=The item failed to download.}
userInfo: {
    NSDescription = "The item failed to download.";
    NSURL = "file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt";
    NSUnderlyingError = "Error Domain=UBErrorDomain Code=0 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\"";
}
2012-12-14 11:20:10.993 CloudGPSTracker[9303:907] -[PFUbiquityTransactionLog loadContents:](290): CoreData: Ubiquity:  Error encountered while trying to load the comparison metadata for transaction log: <PFUbiquityTransactionLog: 0x1f50f490>
    transactionLogLocation: <PFUbiquityLocation: 0x1f18f940>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt
    transactionNumber: (null)

Error: Error Domain=NSCocoaErrorDomain Code=134302 "The operation couldn’t be completed. (Cocoa error 134302.)" UserInfo=0x1f5106f0 {reason=Error reading the log file at location: (null)
userInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 "The operation couldn’t be completed. (Cocoa error 256 - The item failed to download.)" UserInfo=0x1f50b7e0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt, NSUnderlyingError=0x1f50b850 "The operation couldn’t be completed. (UBErrorDomain error 0.)", NSDescription=The item failed to download.}
userInfo: {
    NSDescription = "The item failed to download.";
    NSURL = "file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt";
    NSUnderlyingError = "Error Domain=UBErrorDomain Code=0 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\"";
}}
userInfo: {
    reason = "Error reading the log file at location: (null)\nuserInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 \"The operation couldn\U2019t be completed. (Cocoa error 256 - The item failed to download.)\" UserInfo=0x1f50b7e0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt, NSUnderlyingError=0x1f50b850 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\", NSDescription=The item failed to download.}\nuserInfo: {\n    NSDescription = \"The item failed to download.\";\n    NSURL = \"file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt\";\n    NSUnderlyingError = \"Error Domain=UBErrorDomain Code=0 \\\"The operation couldn\\U2019t be completed. (UBErrorDomain error 0.)\\\"\";\n}";
}
2012-12-14 11:20:10.996 CloudGPSTracker[9303:907] -[_PFUbiquityRecordsImporter createSortedOperationsArrayForLogLocationsInContext:isFirstImport:](256): CoreData: Ubiquity:  Error loading comparison metadata for transaction log: (null)
Error: Error Domain=NSCocoaErrorDomain Code=134302 "The operation couldn’t be completed. (Cocoa error 134302.)" UserInfo=0x1f5106f0 {reason=Error reading the log file at location: (null)
userInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 "The operation couldn’t be completed. (Cocoa error 256 - The item failed to download.)" UserInfo=0x1f50b7e0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt, NSUnderlyingError=0x1f50b850 "The operation couldn’t be completed. (UBErrorDomain error 0.)", NSDescription=The item failed to download.}
userInfo: {
    NSDescription = "The item failed to download.";
    NSURL = "file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt";
    NSUnderlyingError = "Error Domain=UBErrorDomain Code=0 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\"";
}}
 User Info: {
    reason = "Error reading the log file at location: (null)\nuserInfo: (null), local error: Error Domain=NSCocoaErrorDomain Code=256 \"The operation couldn\U2019t be completed. (Cocoa error 256 - The item failed to download.)\" UserInfo=0x1f50b7e0 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt, NSUnderlyingError=0x1f50b850 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\", NSDescription=The item failed to download.}\nuserInfo: {\n    NSDescription = \"The item failed to download.\";\n    NSURL = \"file://localhost/private/var/mobile/Library/Mobile%20Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8EEB401B-05C5-4221-AEA3-EC377BB51CAB.1.cdt\";\n    NSUnderlyingError = \"Error Domain=UBErrorDomain Code=0 \\\"The operation couldn\\U2019t be completed. (UBErrorDomain error 0.)\\\"\";\n}";
}
2012-12-14 11:20:45.173 CloudGPSTracker[9303:907] -[_PFUbiquityRecordImportOperation processObjects:withState:andImportContext:outError:](845): CoreData: Ubiquity:  <_PFUbiquityRecordImportOperation: 0x20979220>:
    localPeerID: mobile.00857B2E-B835-504A-8FD6-C666D92AD889
    logScore: <PFUbiquityKnowledgeVector: 0x2096eb70> (mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14:1)
transactionLog: <PFUbiquityTransactionLog: 0x20893c90>
    transactionLogLocation: <PFUbiquityLocation: 0x1f190a20>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8F59A23C-CEB2-4B0B-A663-1616726A5F77.1.cdt
    transactionNumber: 2934


 Unable to find relationship destination object: <PFUbiquityGlobalObjectID: 0x1dd44d50> (3F7NTNZ29A.com.3bsoft.CloudGPSTracker:POINT:p2718:mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14)
2012-12-14 11:20:45.174 CloudGPSTracker[9303:907] -[_PFUbiquityRecordImportOperation processObjects:withState:andImportContext:outError:](845): CoreData: Ubiquity:  <_PFUbiquityRecordImportOperation: 0x20979220>:
    localPeerID: mobile.00857B2E-B835-504A-8FD6-C666D92AD889
    logScore: <PFUbiquityKnowledgeVector: 0x2096eb70> (mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14:1)
transactionLog: <PFUbiquityTransactionLog: 0x20893c90>
    transactionLogLocation: <PFUbiquityLocation: 0x1f190a20>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8F59A23C-CEB2-4B0B-A663-1616726A5F77.1.cdt
    transactionNumber: 2934


 Unable to find relationship destination object: <PFUbiquityGlobalObjectID: 0x1dd44be0> (3F7NTNZ29A.com.3bsoft.CloudGPSTracker:POINT:p2771:mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14)
2012-12-14 11:20:45.176 CloudGPSTracker[9303:907] -[_PFUbiquityRecordImportOperation processObjects:withState:andImportContext:outError:](845): CoreData: Ubiquity:  <_PFUbiquityRecordImportOperation: 0x20979220>:
    localPeerID: mobile.00857B2E-B835-504A-8FD6-C666D92AD889
    logScore: <PFUbiquityKnowledgeVector: 0x2096eb70> (mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14:1)
transactionLog: <PFUbiquityTransactionLog: 0x20893c90>
    transactionLogLocation: <PFUbiquityLocation: 0x1f190a20>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8F59A23C-CEB2-4B0B-A663-1616726A5F77.1.cdt
    transactionNumber: 2934


 Unable to find relationship destination object: <PFUbiquityGlobalObjectID: 0x1dd44a60> (3F7NTNZ29A.com.3bsoft.CloudGPSTracker:POINT:p2695:mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14)
2012-12-14 11:20:45.177 CloudGPSTracker[9303:907] -[_PFUbiquityRecordImportOperation processObjects:withState:andImportContext:outError:](845): CoreData: Ubiquity:  <_PFUbiquityRecordImportOperation: 0x20979220>:
    localPeerID: mobile.00857B2E-B835-504A-8FD6-C666D92AD889
    logScore: <PFUbiquityKnowledgeVector: 0x2096eb70> (mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14:1)
transactionLog: <PFUbiquityTransactionLog: 0x20893c90>
    transactionLogLocation: <PFUbiquityLocation: 0x1f190a20>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8F59A23C-CEB2-4B0B-A663-1616726A5F77.1.cdt
    transactionNumber: 2934


 Unable to find relationship destination object: <PFUbiquityGlobalObjectID: 0x1dd44960> (3F7NTNZ29A.com.3bsoft.CloudGPSTracker:POINT:p2620:mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14)
2012-12-14 11:20:45.179 CloudGPSTracker[9303:907] -[_PFUbiquityRecordImportOperation processObjects:withState:andImportContext:outError:](845): CoreData: Ubiquity:  <_PFUbiquityRecordImportOperation: 0x20979220>:
    localPeerID: mobile.00857B2E-B835-504A-8FD6-C666D92AD889
    logScore: <PFUbiquityKnowledgeVector: 0x2096eb70> (mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14:1)
transactionLog: <PFUbiquityTransactionLog: 0x20893c90>
    transactionLogLocation: <PFUbiquityLocation: 0x1f190a20>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8F59A23C-CEB2-4B0B-A663-1616726A5F77.1.cdt
    transactionNumber: 2934


 Unable to find relationship destination object: <PFUbiquityGlobalObjectID: 0x1dd447e0> (3F7NTNZ29A.com.3bsoft.CloudGPSTracker:POINT:p2614:mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14)
2012-12-14 11:20:45.180 CloudGPSTracker[9303:907] -[_PFUbiquityRecordImportOperation processObjects:withState:andImportContext:outError:](845): CoreData: Ubiquity:  <_PFUbiquityRecordImportOperation: 0x20979220>:
    localPeerID: mobile.00857B2E-B835-504A-8FD6-C666D92AD889
    logScore: <PFUbiquityKnowledgeVector: 0x2096eb70> (mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14:1)
transactionLog: <PFUbiquityTransactionLog: 0x20893c90>
    transactionLogLocation: <PFUbiquityLocation: 0x1f190a20>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8F59A23C-CEB2-4B0B-A663-1616726A5F77.1.cdt
    transactionNumber: 2934


 Unable to find relationship destination object: <PFUbiquityGlobalObjectID: 0x1dd44680> (3F7NTNZ29A.com.3bsoft.CloudGPSTracker:POINT:p2715:mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14)
2012-12-14 11:20:45.181 CloudGPSTracker[9303:907] -[_PFUbiquityRecordImportOperation processObjects:withState:andImportContext:outError:](845): CoreData: Ubiquity:  <_PFUbiquityRecordImportOperation: 0x20979220>:
    localPeerID: mobile.00857B2E-B835-504A-8FD6-C666D92AD889
    logScore: <PFUbiquityKnowledgeVector: 0x2096eb70> (mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14:1)
transactionLog: <PFUbiquityTransactionLog: 0x20893c90>
    transactionLogLocation: <PFUbiquityLocation: 0x1f190a20>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8F59A23C-CEB2-4B0B-A663-1616726A5F77.1.cdt
    transactionNumber: 2934


 Unable to find relationship destination object: <PFUbiquityGlobalObjectID: 0x1dd44500> (3F7NTNZ29A.com.3bsoft.CloudGPSTracker:POINT:p2688:mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14)
2012-12-14 11:20:45.183 CloudGPSTracker[9303:907] -[_PFUbiquityRecordImportOperation processObjects:withState:andImportContext:outError:](845): CoreData: Ubiquity:  <_PFUbiquityRecordImportOperation: 0x20979220>:
    localPeerID: mobile.00857B2E-B835-504A-8FD6-C666D92AD889
    logScore: <PFUbiquityKnowledgeVector: 0x2096eb70> (mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14:1)
transactionLog: <PFUbiquityTransactionLog: 0x20893c90>
    transactionLogLocation: <PFUbiquityLocation: 0x1f190a20>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8F59A23C-CEB2-4B0B-A663-1616726A5F77.1.cdt
    transactionNumber: 2934


 Unable to find relationship destination object: <PFUbiquityGlobalObjectID: 0x1dd443c0> (3F7NTNZ29A.com.3bsoft.CloudGPSTracker:POINT:p2617:mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14)
2012-12-14 11:20:45.185 CloudGPSTracker[9303:907] -[_PFUbiquityRecordImportOperation processObjects:withState:andImportContext:outError:](845): CoreData: Ubiquity:  <_PFUbiquityRecordImportOperation: 0x20979220>:
    localPeerID: mobile.00857B2E-B835-504A-8FD6-C666D92AD889
    logScore: <PFUbiquityKnowledgeVector: 0x2096eb70> (mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14:1)
transactionLog: <PFUbiquityTransactionLog: 0x20893c90>
    transactionLogLocation: <PFUbiquityLocation: 0x1f190a20>: /private/var/mobile/Library/Mobile Documents/3F7NTNZ29A~com~3bsoft~CloudGPSTracker/Logs/mobile.B9FC1B68-3090-52E4-905D-BBDC71020D14/3F7NTNZ29A.com.3bsoft.CloudGPSTracker/ViY1iUzbKktwTFRopnBhAMma63MPeM1zqnkmJnh39V4=/8F59A23C-CEB2-4B0B-A663-1616726A5F77.1.cdt
    transactionNumber: 2934
4

0 回答 0