My Problem: When I build and run my program in the simulator it instantly crashes.
Debugger says:
"Thread 1: internal ObjC exception breakpoint (-3)
Code Problem: "@IBOutlet weak var Record_Minutes: UIButton!"
import UIKit
import AVFoundation
class ViewController: UIViewController, AVAudioRecorderDelegate,
AVAudioPlayerDelegate {
@IBOutlet weak var TextField_Mintues: UITextField!
@IBOutlet weak var Record_Mintues: UIButton!
@IBOutlet weak var Record_Unlimited2: UIButton!
@IBOutlet weak var playButton: UIButton!