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
Have you accidentally added a breakpoint to your code? If so, program will run up until that point and then stop.
Check whether there are any blue arrows linked to some part of your program which mark a breakpoint.