EXC_BAD_ACCESS on older iOS devices for first launch #267
Comments
I think it's some kind of defect in older versions of iOS or incompatibility with standards like POSIX. |
Thanks! I will try that. But the device runs the latest iOS 15 |
I found potential bug that could trigger such access violation in some cases. If the problem persists, then set the breakpoint inside the |
Could this code be problematic? It is needed because iOS only grants a limited amount of virtual memory. Also weird that it only affects the very first time the app is opened... |
Yes. |
@leisim, Please check this and close issue on success. |
@erthink It works! Thanks a lot. I know it is a bit unusual but mai.ru also uses this method in their app. I didn't find a better solution. |
leisim commentedFeb 13, 2022
Hey,
I get the following error for older iPhones like the iPhone SE. It only happens when the app is launched for the first time. Any idea how to fix it?

The text was updated successfully, but these errors were encountered: