xcode app crashing on launch with breakpoint

2020-01-29 03:45发布

问题:

At build and run (in simulator and on my iPhone) im now getting the following from xcode and the app never launches... however if i stop the build in xcode and then open the app it seems fine?

UPDATE: Yes the breakpoint of course was causing the app to pause (i had forgot to remove it before posting)

The issue is with importing and using a custom font. If i remove the imported TTF and where i added its reference in my plist things are fine. At least I now know its the font thats the issue

回答1:

Try this:

Then run it again...



标签: xcode