React Native: NSATSGlyphStorage inconsistency on iOS -


i'm having warnings on xcode log after fetching data remote json:

2016-01-27 11:31:20.407 app[556:543614] nsatsglyphstorage inconsistency. cannot find run storage character range {24 1} ctrun 0x17d1d3d0. ignoring run... 2016-01-27 11:31:20.426 app[556:543614] nsatsglyphstorage inconsistency. cannot find run storage character range {22 1} ctrun 0x17feb2d0. ignoring run... 2016-01-27 11:31:20.426 app[556:543614] nsatsglyphstorage inconsistency. cannot find run storage character range {43 1} ctrun 0x17feb2f0. ignoring run... 2016-01-27 11:31:20.440 app[556:543614] nsatsglyphstorage inconsistency. cannot find run storage character range {42 1} ctrun 0x190604f0. ignoring run... 2016-01-27 11:31:20.448 app[556:543614] nsatsglyphstorage inconsistency. cannot find run storage character range {22 1} ctrun 0x17ff48d0. ignoring run... 2016-01-27 11:31:20.457 app[556:543614] nsatsglyphstorage inconsistency. cannot find run storage character range {23 1} ctrun 0x17fbcd40. ignoring run... 2016-01-27 11:31:20.458 app[556:543614] nsatsglyphstorage inconsistency. cannot find run storage character range {48 1} ctrun 0x19060c90. ignoring run... 

what be?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -