草庐IT

iPhone 应用程序 : not resuming audio session in AVAudio Player

在我的iPhone应用程序中,我正在使用AVAudioPlayer播放音乐。当我的应用程序在后台运行时它也在运行我写了这段代码在AppDelegate上--应用程序didFinishLaunchingWithOptionsaudioManager=[[AudioManageralloc]init];audioManager.delegate=self;audioManager.soundFile=[[[NSBundlemainBundle]pathForResource:@"mysong"ofType:@"wav"]stringByTrimmingCharactersInSet:[NS

ios - fatal error : unexpectedly found nil while unwrapping an Optional value using AVAudio

我有两个项目,使用相同的代码,但下面一行:player=AVAudioPlayer(contentsOfURL:NSURL(string:fileLocation),error:&error)仅在一个项目中返回此错误:fatalerror:unexpectedlyfoundnilunwrappinganOptionalvalue另一个项目运行没有错误。我正在尝试播放声音。importUIKitimportAVFoundationclassViewController:UIViewController{varplayer:AVAudioPlayer=AVAudioPlayer()over