I'm getting a crash error whenever I run my iOS app with Xcode debugging on? When I run it without Xcode it runs okay at this point, but usually crashes shortly thereafter (or at least some of the buttons stop working).
The line that's being highlighted is line 59814 (!) of Assembly-CSharp.dll.s in the Libraries folder of my app:
bl p_113
The highlight itself says *Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)*
Anybody know what this means? It occurs when I open up a UI menu in my app (not the first UI menu, it honestly seems pretty arbitrary). Latest Xcode, Unity 5.0.1f1, latest iOS version on an iPhone 5S, if it helps.
Here's a screenshot of the issue:
![alt text][1]
![alt text][2]
[1]: /storage/temp/46129-errorscreen1.png
[2]: /storage/temp/46130-screen-shot-2015-05-10-at-60524-am.png
Thanks!
↧