[TIMOB-26750] node-ios-device should be initialized twice during build
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2020-05-19T16:08:29.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2019-01-19T11:43:51.000+0000 |
Updated | 2020-05-19T16:08:29.000+0000 |
[~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
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.
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