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
To solve this issue you should follow this instructions.
1- Go to Product in the toolbar.
2- Then go to Scheme.
3- And go to Edit scheme.
4- Then click on Run(Debug).
5- in Run(Debug) there is Arguments Passed On launch just click on + then put this value on it (-v)
6- Close.