Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23777] Unable to require UIStepper in Hyperloop

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2016-08-17T13:26:07.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsHyperloop, iOS, Tooling
Labelsn/a
ReporterJason Kneen
AssigneeJan Vennemann
Created2016-08-15T17:39:45.000+0000
Updated2016-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.

Comments

  1. Hans Knöchel 2016-08-15

    [~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.
  2. Hans Knöchel 2016-08-17

    Duplicate of TIMOB-23722.

JSON Source