Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20252] Windows: Windows 10 SDK is not detected

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2016-02-01T21:00:11.000+0000
Affected Version/sRelease 5.2.0
Fix Version/sRelease 5.2.0
ComponentsWindows
Labelsqe-5.2.0
ReporterEwan Harris
AssigneeGary Mathews
Created2016-01-19T23:30:58.000+0000
Updated2016-02-02T00:43:55.000+0000

Description

Description

When using 5_2_X SDK the Windows 10 SDK is not detected. This means that you are unable to build to a Windows 10 Mobile Emulator as it will error out with the below
[ERROR] Invalid "--wp-sdk" value "10.0"
*This works fine using an SDK from master branch* *Replacing the windowslib in a 5_2_X SDK with windowslib from a master branch SDK fixes the issue*

Steps to reproduce

1. Install the latest 5_2_X SDK appc ti sdk install -b 5_2_X -d 2. Run appc ti info -t windows 3. Build to a Windows Mobile Emulator using appc run -p windows -T wp-emulator -C 10-0-6 -S 10.0

Actual result

2. Windows 10 SDK is not shown in appc ti info -t windows 3. The build errors out with
[ERROR] Invalid "--wp-sdk" value "10.0"

Expected result

2. The Windows 10 SDK should be shown in appc ti info -t windows 3. The build should not error out

Comments

  1. Gary Mathews 2016-01-31

    master: https://github.com/appcelerator/titanium_mobile/pull/7654 5_2_X: https://github.com/appcelerator/titanium_mobile/pull/7655
  2. Ewan Harris 2016-02-02

    Verified using: Windows 10 Pro VS 2015 Update 1 Appc NPM: 4.2.3-1 Appc Core: 5.2.0-238 Ti SDK: 5.2.0.v20160201160755 Windows 10 SDK is now detected, Windows 10 emulators now show up in appc ti info -t windows and as an option when building a project with appc run -p windows -T wp-emulator -S 10.0 Closing ticket

JSON Source