Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11451] CLI: Don't require a debug host or port

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2012-10-14T23:41:22.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sRelease 3.0.0, Release 3.1.0, 2012 Sprint 21 JS, 2012 Sprint 21
ComponentsTooling
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2012-10-13T02:18:47.000+0000
Updated2012-12-04T23:26:58.000+0000

Description

The --debug-host option for iOS builds needs to support empty hosts and ports:
::12345678:<ip-list>

Comments

  1. Chris Barber 2012-10-13

    Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3206 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3207
  2. Chris Barber 2012-10-13

    Test by calling:
       titanium build --platform ios --target device --debug-host ::123456789:127.0.0.1
       
  3. Natalie Huynh 2012-12-04

    Tested with CLI 3.0.19 no longer supporting debug-host through the CLI

JSON Source