I am getting this error causing my app to crash:
..Splash-it(1369,0x5783000) malloc: *** mmap(size=516096) failed (error code=12)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
I have no idea why the error is caused. Is it a memory problem error? How can I prevent it? What do they mean by "set a breakpoint in malloc_error_break to debug"?
Thanks for any answers.