getting breakpoint retrieving addressbook data

前端 未结 1 1187
后悔当初
后悔当初 2021-01-23 11:56

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.

-(void)textMessage{
         


        
相关标签:
1条回答
  • 2021-01-23 12:45

    Breakpoints are somthing that you set, not errors. Go to the breakpoint inspector: enter image description here

    And delete any entries you find there. You can also turn off breakpoints temporarily with the Breakpoints button:

    enter image description here

    or via the menu command Product>Debug>Deactivate Breakpoints.

    0 讨论(0)
提交回复
热议问题