Skip to content

Instantly share code, notes, and snippets.

@brutella
Created February 6, 2013 09:33
Show Gist options
  • Save brutella/4721414 to your computer and use it in GitHub Desktop.
Save brutella/4721414 to your computer and use it in GitHub Desktop.
Xtrail iCloud Problem iPhone 5 iOS 6.1
2013-02-06 09:22:57 +0000 Xtrail -[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=0x2017ac80 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/74BP53VAWB~com~sophiestication~Xtrail/transaction_logs_v1/mobile.A3FE0F4D-ACD4-5F2D-9081-BC13C73AE11D/com.sophiestication.Xtrail.1/TlKPtvzYaLWeun_PDF5dWDToE0X2Mt45xlFG6t2ThDQ=/35782D40-6704-4D9C-BEB4-68495A634CB5.1.cdt, NSUnderlyingError=0x2017ac20 "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/74BP53VAWB~com~sophiestication~Xtrail/transaction_logs_v1/mobile.A3FE0F4D-ACD4-5F2D-9081-BC13C73AE11D/com.sophiestication.Xtrail.1/TlKPtvzYaLWeun_PDF5dWDToE0X2Mt45xlFG6t2ThDQ=/35782D40-6704-4D9C-BEB4-68495A634CB5.1.cdt";
NSUnderlyingError = "Error Domain=UBErrorDomain Code=0 \"The operation couldn\U2019t be completed. (UBErrorDomain error 0.)\"";
}
2013-02-06 09:22:57 +0000 Xtrail -[PFUbiquityTransactionLog loadContents:](290): CoreData: Ubiquity: Error encountered while trying to load the comparison metadata for transaction log: <PFUbiquityTransactionLog: 0x2017a120>
transactionLogLocation: <PFUbiquityLocation: 0x200cd830>: /private/var/mobile/Library/Mobile Documents/74BP53VAWB~com~sophiestication~Xtrail/transaction_logs_v1/mobile.A3FE0F4D-ACD4-5F2D-9081-BC13C73AE11D/com.sophiestication.Xtrail.1/TlKPtvzYaLWeun_PDF5dWDToE0X2Mt45xlFG6t2ThDQ=/35782D40-6704-4D9C-BEB4-68495A634CB5.1.cdt
transactionNumber: (null)
Error: Error Domain=NSCocoaErrorDomain Code=134302 "The operation couldn’t be completed. (Cocoa error 134302.)" UserInfo=0x200750c0 {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=0x2017ac80 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/74BP53VAWB~com~sophiestication~Xtrail/transaction_logs_v1/mobile.A3FE0F4D-ACD4-5F2D-9081-BC13C73AE11D/com.sophiestication.Xtrail.1/TlKPtvzYaLWeun_PDF5dWDToE0X2Mt45xlFG6t2ThDQ=/35782D40-6704-4D9C-BEB4-68495A634CB5.1.cdt, NSUnderlyingError=0x2017ac20 "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/74BP53VAWB~com~sophiestication~Xtrail/transaction_logs_v1/mobile.A3FE0F4D-ACD4-5F2D-9081-BC13C73AE11D/com.sophiestication.Xtrail.1/TlKPtvzYaLWeun_PDF5dWDToE0X2Mt45xlFG6t2ThDQ=/35782D40-6704-4D9C-BEB4-68495A634CB5.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=0x2017ac80 {NSURL=file://localhost/private/var/mobile/Library/Mobile%20Documents/74BP53VAWB~com~sophiestication~Xtrail/transaction_logs_v1/mobile.A3FE0F4D-ACD4-5F2D-9081-BC13C73AE11D/com.sophiestication.Xtrail.1/TlKPtvzYaLWeun_PDF5dWDToE0X2Mt45xlFG6t2ThDQ=/35782D40-6704-4D9C-BEB4-68495A634CB5.1.cdt, NSUnderlyingError=0x2017ac20 \"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/74BP53VAWB~com~sophiestication~Xtrail/transaction_logs_v1/mobile.A3FE0F4D-ACD4-5F2D-9081-BC13C73AE11D/com.sophiestication.Xtrail.1/TlKPtvzYaLWeun_PDF5dWDToE0X2Mt45xlFG6t2ThDQ=/35782D40-6704-4D9C-BEB4-68495A634CB5.1.cdt\";\n NSUnderlyingError = \"Error Domain=UBErrorDomain Code=0 \\\"The operation couldn\\U2019t be completed. (UBErrorDomain error 0.)\\\"\";\n}";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment