tags:

views:

66

answers:

1

I have an tableview in my uiviewcontroller classes.. I have deleted row in tableview. In the debugger console it shows an error is

0x939fe688 <+0024> mov 0x20(%edx),%edi

My application terminated..

Can anyone help me?

Thanks in advance..

A: 

This messaege is displayed in log console

Assertion failed: (cache->size >= g->size), function evict_glyph_entry_from_cache, file Fonts/CGFontCache.c, line 836

You should update your question with this information, as well as providing other information, such as a stack trace.
Brad Larson