我正在尝试在我的Ipad 2上打开我的应用,并且它给了我一个错误
主题1:exc_breakpoint(代码= exc_arm_breakpoint,子代码= 0xe7ffdefe) 并在按钮上说
specialiazed_fatalErrorMessage(StaticString,StaticString,file:staticString,line:UInt,flags:UInt32) - >从不
它打破了viewDidLoad
override func viewDidLoad()
{
super.viewDidLoad()
className.text = allNotes[currentNoteindex].name
tview.text = allNotes[currentNoteindex].note
className.becomeFirstResponder()
}
任何帮助都会感激不尽