I am retrieving phoneNumbers and I am getting a breakpoint. I\'ve spent the past few hours trying to fix it, but still no luck.
phoneNumbers
-(void)textMessage{
Breakpoints are somthing that you set, not errors. Go to the breakpoint inspector:
And delete any entries you find there. You can also turn off breakpoints temporarily with the Breakpoints button:
or via the menu command Product>Debug>Deactivate Breakpoints.