Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24690] Fork correct sdk broken due to missing tisdk3fixes hook

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2017-05-12T21:44:19.000+0000
Affected Version/sn/a
Fix Version/stitanium 5.0.14
ComponentsCLI
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2017-05-12T21:15:26.000+0000
Updated2018-08-06T17:49:13.000+0000

Description

Turns out we need the tisdk3fixes.js hook that was recently removed. We need this file because it monkey patches the correct ti sdk validation function which is fired from the --platform callback function. If the tiapp.xml <sdk-version> doesn't match the selected SDK, it forks the correct build command, then throws a GracefulShutdown exception which needs to be caught correctly and that's what the monkey patch does, apparently.

Comments

  1. Chris Barber 2017-05-12

    titanium master PR https://github.com/appcelerator/titanium/pull/268
  2. Eric Merriman 2018-08-06

    Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.

JSON Source