[TIMOB-14584] LiveView: Delay in closing file/event server prevents iOS simulator from launching
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-08-09T00:05:18.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | 2013 Sprint 16, Release 3.2.0 |
Components | LiveView |
Labels | n/a |
Reporter | David Welch |
Assignee | Michael Xia |
Created | 2013-07-16T22:16:34.000+0000 |
Updated | 2013-08-28T15:46:06.000+0000 |
Description
Steps to Reproduce
1. Enable LiveView for iOS 2. Run the application. 3. Close the simulator 4. Disable LiveView for iOS 5. Run the applicationActual Result
/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130710174319/iphone/iphone_sim_activate.scpt: execution error: iPhone Simulator got an error: iPhone Simulator got an error: Connection is invalid. (-609)Expected Result
The simulator should launchAttachments
File | Date | Size |
---|---|---|
.log | 2013-07-16T22:16:35.000+0000 | 75011 |
diagnostic1517522140738700130.log | 2013-07-16T22:16:39.000+0000 | 9591 |
Screen Shot 2013-07-16 at 3.01.33 PM.png | 2013-07-16T22:16:41.000+0000 | 438804 |
I am not able to reproduce this in 0.1.29 please verify it still exists.
Marking this as fixed to get tested on the latest RC version of LiveView.
So, I definitely ran into the "Connection is invalid" error, though I'm not positive I could reproduce it again. _However_ the way I solved it was to make sure LiveView was off, _force_ a clean of the project, run it without LiveView on, and then re-enable LiveView. It worked that time.
Re-opening as both Eric and a Titan ran into the same error in the latest version of LiveView.
Marking this as a duplicate of TISTUD-5225.