ios7 - what does middle guard protection failed %d mean? -
when build app actual iphone debug area shows this:
[allocator] middle guard protection failed %d [allocator] allocator invalid, falling malloc
it shows 2nd line total of 30 times. have no idea means or how fix it. not show when build simulator.
i having issues getting state preservation work using storyboards , restoration id's , have feeling has memory issue it's dumping memory , therefore no app restoration. basically, when go app shows me last screen on second , goes root page.
anyway, i'd fix malloc stuff can @ least rule out culprit, plus don't want have issue memory in general...
i've been googling couple of weeks , can't find anything!
looks it's issue crashlytics framework. have same issue, , commenting api call:
[crashlytics startwithapikey:api_key];
removes warning.
Comments
Post a Comment