AVAudioPlayer错误“无法完成操作。(OSStatus错误1954115647。)” swift 4

时间:2019-01-07 01:57:57

标签: ios swift avaudioplayer

尝试播放存储在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)")
}

0 个答案:

没有答案