Thread error in IBAction while overriding prepareForSegue function

后端 未结 7 1783
死守一世寂寞
死守一世寂寞 2020-12-03 20:45

I\'m getting a thread error Thread 1: Breakpoint 1.1 in my IBAction function. The code runs without error, but when I click the button on the simul

相关标签:
7条回答
  • 2020-12-03 21:15

    it means indeed that you set a breakpoint in your code. If you did so by mistake, press CMD+7 to select all breakpoints in Xcode. In the breakpoint navigator on the left you can now select and delete your breakpoints with backspace

    0 讨论(0)
提交回复
热议问题