Appcelerator Titanium DTiPhoneSimulatorErrorDomain

I really hate to work using AT(no docs, no support, bugs everywhere), sometimes it takes hours to debug simple errors like

Session did end with error Error Domain=DTiPhoneSimulatorErrorDomain Code=1

In this particular case I was reusing HTTPClients before they were finishing fetching data, fixing logic error in my app helped to get rid of the crash, but it could be much simpler if the error had any hints about actual problem.



Leave a comment