如果我发送消息
[[NSFileManager defaultManager] setUbiquitous:NO
itemAtURL:url
destinationURL:iCloudURL
error:&err]
要从 iCloud 中删除一个项目,它实际上并没有删除 Ubiquitous Container 上的文件。这是预期的行为吗?
该方法返回 NO 并且错误对象包含
错误域 = NSCocoaErrorDomain 代码 = 512 “操作无法完成。(可可错误 512。)”
UserInfo=0x20870970 {NSURL=file://localhost/var/mobile/Applications/168EE8CD-4CDF-49BE-AD88-1DC7DD9CF25F/Documents/test.txt,
NSUnderlyingError=0x20863a00 “操作无法完成。(LibrarianErrorDomain 错误 2 - 无法禁用未同步项目的同步。)”}