My app crashes randomely (not every time) when leaving a wikitude view. I get a "EXC_BAD_ACCESS (code=1,address=0x1e159a2" error message and it's always on the same thread : Thread 5 com.wikitude.architect.renderqueue
I am running the wikitude version 3.0 API
Do you have any idea where it could be coming from?
Thanks!
D
David Twigger
said
almost 10 years ago
Hi,
I found the problem in the end. It turns out I was doing a ; in the viewDidDisappear, I moved it to the viewWillDisappear method and it works. I suspect the architechtView property was released during the call to stop.
P
Philipp Nagele
said
almost 10 years ago
Thanks for sharing your finding David! Appreciate it!
David Twigger