Skip to content Skip to sidebar Skip to footer

Crash :critical Failure: The Lastresort Font Is Unavailable In Ios7

Iam inserting the contacts from the address book in to the sqlite3 database. for only some contacts my app is getting crashed at sqlite3_finalize(statement) this statement. and t

Solution 1:

This has nothing to do with your contacts but to do with the fonts when transitioning from ios 6 to ios 7. Delete all the fonts in your project and then carefully add one by one to your .plist testing each time before adding the next until you find the one that is causing the problem.

Have a look at this post from someone who also had the same problem as you and the person's answer.

Person have the same problem as you

Post a Comment for "Crash :critical Failure: The Lastresort Font Is Unavailable In Ios7"