communication

Swift5.0 文件写入或读取文件数据时 no scheme

2020-01-14  本文已影响0人  苍眸之宝宝

1.数据写入本地文件或从本地文件读取数据时报错:

CFURLCopyResourcePropertyForKey failed because it was passed an URL which has no scheme

2.报错原因:

URL.init(string:"filePath")

3.解决方法:

URL.init(fileURLWithPath: "filePath")

上一篇下一篇

猜你喜欢

热点阅读