My app now runs, on the iOS Simulator, flawlessly, but on a total end of the run, the debugger just errors light blue "(lldb)". That's all' Why? and What can I do to make it not happen.
PS I have written this program using ARC-mode,

If I run the simulator on it's own, my .app freezes the simulator exactly when the .app has ended and taken away from the list of running apps.
This is a screenshot of my frozen simulator

Based on the screenshot, the (lldb) debugger, the debugging info on the left side of your screenshot, and your description, I would say you have added a breakpoint somewhere and you just didn't notice it. When your code reaches a breakpoint, it immediately ceases further execution of code and brings in the debugger (in this case, lldb).
I'm almost certain that's the case.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With