Xcode throws an exception in Main() in iOS 8 with 'all exceptions' breakpoint

前端 未结 5 1355

I am using Xcode 6 (GM, I didn\'t download betas), and I am developing apps for iOS 7+. For all my projects, I just opened the same projects I used to work on in Xcode 5.

5条回答
  •  暖寄归人
    2020-11-30 02:26

    Xcode 9, sometimes there are exceptions that are thrown but iOS is catching it gracefully. This will help

    source

    for my case, it was a user-defined attribute in nib

提交回复
热议问题