Cocoa error 256 core data

前端 未结 5 1167
时光说笑
时光说笑 2020-12-17 23:49

I have error \"Cocoa error 256\" when I try to save data. How to fix it? And what problem?

5条回答
  •  一整个雨季
    2020-12-18 00:16

    This is what it boils down to (as Tegeril said)

    NSFileReadUnknownError Read error, reason unknown

    Available in Mac OS X v10.4 and later.

    Declared in FoundationErrors.h.

    A file can also be a resource located at a URL/URI, if the URL has unencoded characters it can cause this type of error.

    Check the path to the resource/file.

提交回复
热议问题