[TIMOB-23749] Windows: "appc ti info" does not list Windows Phone 8.1 emulators
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-11T04:30:03.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.0.0, windowslib 0.4.16 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2016-08-09T10:02:12.000+0000 |
Updated | 2016-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": [
....
...
]
}
https://github.com/appcelerator/windowslib/pull/51
Note: This may be happening only when you have Windows 10 SDK 10.0.14393 or 10.0.10586 installed.
Merged, but will need a version bump in windowslib.
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.
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"