[TIMOB-19728] iOS Simulator is launched and closed ok debug mode<terminated, exit value: 1>iOS build and deploy
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 5.0.1, Release 5.0.2, Release 5.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Ricardo Ramirez |
Assignee | Unknown |
Created | 2015-10-15T16:02:17.000+0000 |
Updated | 2018-02-28T19:55:18.000+0000 |
Description
Issue Description
When trying to run a project in debug mode on iOS, Appcelerator Studio terminates the debug thread.
Here is the error:
Appcelerator iOS Simulator - iPhone 6s - DebugTest [Appcelerator iOS Simulator]
iOS JS Debugger
Thread [main] (Terminated)
iOS build and deploy
DebugTest
Steps to reproduce
1- create a sample app project
2. run as debug mode
3. The app is terminated the messages on the debug tab:
Appcelerator iOS Simulator - iPhone 6s - DebugTest [Appcelerator iOS Simulator]
iOS JS Debugger
Thread [main] (Terminated)
iOS build and deploy
DebugTest
In other debug builds the error is the next:
[ERROR] : Error connecting to debugger: Error Domain=NSPOSIXErrorDomain Code=57 "Socket is not connected"
**Log file is attached
Attachments
File | Date | Size |
logs.txt | 2015-10-15T16:02:05.000+0000 | 1623851 |
tiinfo.txt | 2015-11-04T17:18:21.000+0000 | 34703 |
[~cng] [~rramirez] I believe this would have happened with the appc cli core npm modules when you upgraded node version from 0.10.37 to 0.12.7 and higher, this is the case when studio is already opened and cli core was already installed then you upgraded the node version. I am able to reproduce the problem, but it failed with a different error. We have addressed this issue by recompiling npm modules during the studio startup. Here are the related tickets TISTUD-7743 and TISTUD-7804
[~rramirez] Any word on this?