Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23749] Windows: "appc ti info" does not list Windows Phone 8.1 emulators

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2016-08-11T04:30:03.000+0000
Affected Version/sRelease 6.0.0
Fix Version/sRelease 6.0.0, windowslib 0.4.16
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2016-08-09T10:02:12.000+0000
Updated2016-09-30T22:27:00.000+0000

Description

appc ti info -p windows -o json does not list Windows Phone 8.1 emulators. *Steps to reproduce* appc ti info -p windows -o json *Expected* Windows Phone 8.1 emulators are listed as well as Windows 10 Mobile emulators. *Actual*
emulators: {
  "8.1": [], // empty array
  "10.0": [
    ....
    ...
  ]
}

Comments

  1. Kota Iguchi 2016-08-09

    https://github.com/appcelerator/windowslib/pull/51
  2. Kota Iguchi 2016-08-09

    Note: This may be happening only when you have Windows 10 SDK 10.0.14393 or 10.0.10586 installed.
  3. Gary Mathews 2016-08-09

    Merged, but will need a version bump in windowslib.
  4. Abir Mukherjee 2016-09-30

    NPM Version: 2.15.1 Node Version: 4.4.4 Windows OS: 10.0.10586 Appc CLI: 6.0.0-54 Appc CLI NPM: 4.2.7 Titanium SDK version: 5.5.0.GA I was not able to reproduce the original bug. I executed "app ti info" and a list of WP 8.1 and Windows 10 emulators did appear on the list. The bug appears to be resolved, as emulators from WP 8.1 and WP 10 do appear on the list.
  5. Abir Mukherjee 2016-09-30

    Also tried with: Titanium SDK version 6.0.0.v20160930084353 (all other environment variables above are the same). I was able to see the list of emulators for WP 10 AND WP 8.1 from "appc ti info"

JSON Source