我正在尝试在OS X应用程序中创建一个目录。我开始输入时建议使用该方法。但该方法似乎被错误地建议。 NSFileManger中方法的attributes参数通常采用[FileAttributeKey:Any]
字典,但建议中需要[String:Any]
库。
我检查了NSFileManager API,我找不到这样的。谁能解释一下这里发生了什么?
答案 0 :(得分:1)
您的部署目标或Xcode版本已过时。 FileAttributeKey是新的。
https://developer.apple.com/documentation/foundation/fileattributekey