When I launch iOS Simulator with any of the newer continuous build SDKs I get an error...
[ERROR] : Error connecting to debugger: Error Domain=NSPOSIXErrorDomain Code=61 "The operation couldn’t be completed. Connection refused"
This seems to happen in all the newer 3.0.1 and 3.1 builds. If I run it with 3.0.1.v20130108154840, it loads fine... but newer ones such as 3.0.1.v20130111165328 and later all give me the error mentioned above.
Likewise with the master branch, 3.1.0.v20130108153730 works, but 3.1.0.v20130111163212 and up fail.
I tried cleaning the project, closing and reopening titanium studio with no luck. If I return to any SDK from 2013-01-08, they work. Any ideas?