[TIMOB-24029] Hyperloop: iOS - log server port issue when running hyperloop example app on simulator
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-10-14T21:08:05.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.0.0, Hyperloop 2.0.0, hyperloop 1.2.8 |
Components | iOS |
Labels | hyperloop-examples, qe-6.0.0 |
Reporter | Harry Bryant |
Assignee | Chris Barber |
Created | 2016-10-13T13:41:36.000+0000 |
Updated | 2016-11-03T15:28:46.000+0000 |
Description
When testing the Hyperloop Examples app with Hyperloop Module (2.0.0) an issue was found when running on iOS Simulator:
[TRACE] : [ioslib] Trying to connnect to log server port 45168
[TRACE] : [ioslib] Trying again
[TRACE] : [ioslib] Trying to connnect to log server port 45168
[TRACE] : [ioslib] Trying again
[TRACE] : [ioslib] Trying to connnect to log server port 45168
[TRACE] : [ioslib] Trying again
[TRACE] : [ioslib] Trying to connnect to log server port 45168
[TRACE] : [ioslib] Trying again
*This will repeat indefinitely until the app or the simulator is killed.*
*This affects both iOS9/10 Simulators.*
*This does not affect new Hyperloop apps.*
Hyperloop master PR https://github.com/appcelerator/hyperloop.next/pull/89 2_0_X PR: https://github.com/appcelerator/hyperloop.next/pull/90 1_2_2 PR: https://github.com/appcelerator/hyperloop.next/pull/91
Verified as fixed, the server port message no longer repeats indefinitely. Tested On: iPhone 7 10.1.1 Simulator Mac OS Sierra (10.12.1) hyperloop-examples app (2.0.0-dev) Hyperloop Module (2.0.0) Ti SDK: 6.0.0.v20161102104808 Appc Studio: 4.8.0.201610060953 Appc NPM: 4.2.8-9 App CLI: 6.0.0-68 Xcode 8.1 Node v4.4.7 *Closing ticket.*