Hi,
my iOS app hangs when running for a while, and with running i mean not closed manually but paused and resumed. It then seems not to complete http request and doesn't react to any touch interaction.
In the Console in Organizer i get the error
"[NSThread start]: Thread creation failed with error 35"
multiple times per second.
After the app crashed i saw that it has spawned several thousand threads in the crashlog on the device.
I have no clue where to search for the problem.
What does the error mean? What can i do about it?
I'm using SDK 3.2.0/Alloy 1.3.0
Thanks, Joe.