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
Thread 1: Breakpoint 1.1
IBAction
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