找不到会员' DataReadingMappedIfSafe'错误

时间:2015-07-19 09:50:09

标签: ios swift

我试试这段代码

 if let path = NSBundle.mainBundle().pathForResource(file as String, ofType: "sks") {
        var sceneData = NSData(contentsOfFile: path, options: .DataReadingMappedIfSafe, error: nil)!

swift 2.0之后出现错误 找不到会员' DataReadingMappedIfSafe'

该怎么办?

0 个答案:

没有答案