[TIMOB-23777] Unable to require UIStepper in Hyperloop
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-08-17T13:26:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Hyperloop, iOS, Tooling |
Labels | n/a |
Reporter | Jason Kneen |
Assignee | Jan Vennemann |
Created | 2016-08-15T17:39:45.000+0000 |
Updated | 2016-08-17T13:26:23.000+0000 |
Description
The following code fails using 5.4.0.GA + Hyperloop
var UIButton = require("UIKit/UIButton");
var UIStepper = require("UIKit/UIStepper");
When building, the app will crash with "can’t find module hyperloop/uikit/uistepper"
UIButton is required correctly.
[~jvennemann] to check. I was also able to reproduce it, the metabase is not even created, so probably something in the class makes the compiler to skip it (although I couldn't find anything special in there). We should monitor even more classes to find unusual behavior.
Duplicate of TIMOB-23722.