Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18929] node-ios-device: update to work with Node.js 0.12 and io.js

GitHub Issuen/a
TypeImprovement
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2015-06-05T23:32:07.000+0000
Affected Version/sn/a
Fix Version/sRelease 4.1.0
ComponentsiOS, Tooling
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2015-05-20T07:28:55.000+0000
Updated2017-03-16T22:07:26.000+0000

Description

node-ios-device needs to be compiled with the latest Node.js 0.10, 0.12 and io.js 1.x and 2.x. Restructure the project so that we no longer ship binaries by default. Instead, when you npm install node-ios-device, it will run node-gyp for the installed Node/io.js version. If you run make, it will compile node-ios-device for all known/supported module API versions.

Comments

  1. Chris Barber 2015-05-20

    PR: https://github.com/appcelerator/node-ios-device/pull/4 This PR also fixes https://github.com/appcelerator/node-ios-device/issues/3.
  2. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source