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

前端 未结 5 1360

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:06

    I had a same issue, the issue was i have added some interface files from other project which has different font in it. Just find them and remove.

提交回复
热议问题