AVAudioPlayer working on Simulator but not on Real Device
问题 While I play recorded Audio I get this error: fatal error: unexpectedly found nil while unwrapping an Optional value on this line of code: SoundPlayer = try AVAudioPlayer(contentsOfURL: getFileURL()) But it is working perfectly on Simulator except real device. ViewController.Swift: import UIKit import AVFoundation class ViewController: UIViewController, AVAudioPlayerDelegate, AVAudioRecorderDelegate { @IBOutlet var PlayBTN: UIButton! @IBOutlet var RecordBTN: UIButton! var soundRecorder :