尝试播放存储在AvAudioPlayer数据中的文件时出现错误。代码在Swift 3中运行良好,但我认为Swift 4-4.2与它有关。数据也不为零。不知道可能是什么。
try AVAudioPlayer(data: song.songFile as Data) // data is not nil
我只希望AvAudioPlayer播放此文件,但出现错误:
该操作无法完成。 (OSStatus错误1954115647。)
我来自
catch let error as NSError {
print("Unresolved error \(error.localizedDescription)")
}