NSDictionary WriteToFile 失败
我不明白为什么它总是失败。 它返回NO
。 我整个下午都在搜索这个问题,但没有任何解释为什么或如何解决。 调用 [[NSFileManager defaultManager] isWritableFileAtPath:]
返回 NO
,这让我相信现有的 plist 文件不能被覆盖,但我不知道如何改变这个。
I can't work out why it keeps failing. It returns NO
. I have searched this all afternoon, but nothing explains why or how to fix. Calling [[NSFileManager defaultManager] isWritableFileAtPath:]
returns NO
, which leads me to believe that the existing plist file can not be overwritten, but I can't work out how to change this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能在文档目录中写入文件。 但是你的plist文件不存在
You can write ONLY files in Documents directory. But your plist file is not there