A simple app with only a single view controller, loading only 5 lines of text, generates the following error: error in __connection_block_invoke_2: Connection interrupted
This SO post suggests the problem is memory, but according to the Xcode Memory Report, the app only uses between 10.7 MB - 18.1 MB of memory -- falling well below the threshold outlined in the SO post.
What else could cause this error?