我正在尝试使用setUbiquitous
的{{1}} API将文件从捆绑包保存到iCloud,但它返回NSFileManager
,
error code= 513
请有人帮我解决这个问题。
NSUnderlyingError=0x1e099830 "The operation couldn’t be completed. Operation not permitted".
先谢谢
答案 0 :(得分:0)
编辑您的代码,如下所示:
NSURL * newDocumentURL = [[fm URLForUbiquityContainerIdentifier:nil]URLByAppendingPathComponent:filename] ;
BOOL saved = [fm setUbiquitous:YES itemAtURL:[NSURL fileURLWithPath:filePath] destinationURL:newDocumentURL error:&error];