What does this error mean: "lo->hi recycling invariant violated!" and what can I do to fix it?
- by cduck
My iPhone app started logging this error:
lo-hi recycling invariant violated!
followed by:
Program received signal: “EXC_BAD_ACCESS”
whenever I launched it on my iPod (3.1.3) and sometimes when I launch it in the simulator.
What does this error mean, and how can I fix it?
I am using cover-flow in my app. I think this might be the problem.
Thanks in advance.