My app is crashing on the device after I repeat a certain sequence of actions a few times, generally it occurs after a memory level of one is triggered, and always occurs when one of the view is being loaded. This problem cannot be reproduced in the Simulator.
There are minor memory leaks upon each execution, but memory usage is quite low (as shown in Allocations and Leaks). I have stripped down the code, but the problem persists.
The issue is debugging the problem as there is no message in the console and no crash log.
Any suggestions?