Strange “Crash” with Font added to Info.plist

你离开我真会死。 提交于 2019-12-05 22:33:45
Pradhyuman Chavda

Please remove the white spaces from the font file name. And change name in info.plist file. And Use the same font name which in in the .ttf file. For more information you can check NSGOD's Answer here

The font file is probably not added to the target.

Do you have a symbolic breakpoint set for "objc_exception_throw"? It will break on all exceptions, including the ones that will be caught by some code's try/catch frame.

Since you are seeing it show the break at UIApplicationMain, it is likely this is the closest source code to the problem. Check the stack frames in the left column to see if there are Apple internal methods being called.

Change the slider at the bottom of the left column in Xcode to show more of the stack frames if some are hidden.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!