setUbiquitous:错误代码= 513

时间:2013-09-16 12:36:21

标签: ios ios5 icloud nsfilemanager

我正在尝试使用setUbiquitous的{​​{1}} API将文件从捆绑包保存到iCloud,但它返回NSFileManager

error code= 513

请有人帮我解决这个问题。

NSUnderlyingError=0x1e099830 "The operation couldn’t be completed. Operation not permitted".

先谢谢

1 个答案:

答案 0 :(得分:0)

编辑您的代码,如下所示:

NSURL * newDocumentURL = [[fm URLForUbiquityContainerIdentifier:nil]URLByAppendingPathComponent:filename] ;

BOOL saved = [fm setUbiquitous:YES itemAtURL:[NSURL fileURLWithPath:filePath] destinationURL:newDocumentURL error:&error];