Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26750] node-ios-device should be initialized twice during build

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2020-05-19T16:08:29.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterHans Knöchel
AssigneeUnknown
Created2019-01-19T11:43:51.000+0000
Updated2020-05-19T16:08:29.000+0000

Description

Comments

  1. Ewan Harris 2019-01-20

    [~hknoechel] I wouldn't class this as a bug, node-ios-device is being initialised twice because of the forking of the SDK. The first you're seeing is during the 7.5.0.GA setup, the second is during the 8.0.0 build. AFAIK there's no possible reuse we can do there because the two versions might not be API compatible
  2. Hans Knöchel 2019-01-21

    I don't know. As a developer, I would expect the tooling to be streamlined here. But if it's not possible, guess this can be resolved.
  3. Ewan Harris 2020-05-19

    We can't safely do this as the two instances come from different SDKs and we can't assume that the node-ios-device in a different SDK is compatible

JSON Source