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
Here's the two steps to solve this:
Remove break point, by going to DEBUG and DEACTIVATE ALL BREAK POINT
Then, go to Main.Storyboard, right click on the area highlighted in red:
Check that the yellow sign is present or not. If present then remove this. Code will run successfully. App will not crash.