Xcode 8 Breakpoint in file not working

前端 未结 11 671
Happy的楠姐
Happy的楠姐 2020-12-31 00:42

I have one file,SignInViewController.swift, in my Xcode project that out of nowhere has begun not stopping on breakpoints. I have a breakpoint in viewDidL

11条回答
  •  -上瘾入骨i
    2020-12-31 01:23

    I solved this by going to my Xcode project's 'Build Settings' and setting 'Generate Debug Symbols' to 'Yes'

提交回复
热议问题