[TIMOB-24392] Hyperloop: iOS - App tries to require both <class> and <class>.js
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2017-02-09T19:08:48.000+0000 |
| Affected Version/s | Release 6.1.0, Release 6.0.1, Release 6.0.2 |
| Fix Version/s | n/a |
| Components | Hyperloop, iOS |
| Labels | n/a |
| Reporter | Hans Knöchel |
| Assignee | Eric Merriman |
| Created | 2017-02-09T13:42:08.000+0000 |
| Updated | 2017-03-14T22:11:52.000+0000 |
Description
When running the hyperloop-examples app with SDK 6.x, the logs indicate that the app tries to both require and .js. Example:
[DEBUG] Loading: /Users/hknoechel/Library/Developer/CoreSimulator/Devices/481E55ED-1AFA-4AB2-B68B-F27DF6E55CED/data/Containers/Bundle/Application/4DBB86B1-512F-45A3-B8ED-66C4F4B3AD07/Hyperloop_Sample.app/hyperloop/foundation/nsstring, Resource: hyperloop/foundation/nsstring
[DEBUG] Loading: /Users/hknoechel/Library/Developer/CoreSimulator/Devices/481E55ED-1AFA-4AB2-B68B-F27DF6E55CED/data/Containers/Bundle/Application/4DBB86B1-512F-45A3-B8ED-66C4F4B3AD07/Hyperloop_Sample.app/hyperloop/foundation/nsstring.js, Resource: hyperloop/foundation/nsstring_js
[DEBUG] Loading: /Users/hknoechel/Library/Developer/CoreSimulator/Devices/481E55ED-1AFA-4AB2-B68B-F27DF6E55CED/data/Containers/Bundle/Application/4DBB86B1-512F-45A3-B8ED-66C4F4B3AD07/Hyperloop_Sample.app/hyperloop/uikit/uiwindow, Resource: hyperloop/uikit/uiwindow
[DEBUG] Loading: /Users/hknoechel/Library/Developer/CoreSimulator/Devices/481E55ED-1AFA-4AB2-B68B-F27DF6E55CED/data/Containers/Bundle/Application/4DBB86B1-512F-45A3-B8ED-66C4F4B3AD07/Hyperloop_Sample.app/hyperloop/uikit/uiwindow.js, Resource: hyperloop/uikit/uiwindow_js
[DEBUG] Loading: /Users/hknoechel/Library/Developer/CoreSimulator/Devices/481E55ED-1AFA-4AB2-B68B-F27DF6E55CED/data/Containers/Bundle/Application/4DBB86B1-512F-45A3-B8ED-66C4F4B3AD07/Hyperloop_Sample.app/hyperloop/uikit/uiview, Resource: hyperloop/uikit/uiview
[DEBUG] Loading: /Users/hknoechel/Library/Developer/CoreSimulator/Devices/481E55ED-1AFA-4AB2-B68B-F27DF6E55CED/data/Containers/Bundle/Application/4DBB86B1-512F-45A3-B8ED-66C4F4B3AD07/Hyperloop_Sample.app/hyperloop/uikit/uiview.js, Resource: hyperloop/uikit/uiview_js
I'm not 100 % that this didn't happen on 5.5.X, but it looks new to me. It also may or may not be related to TIMOB-24293.
Duplicate of TIMOB-24293.
Closing ticket as duplicate.