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
master: https://github.com/appcelerator/titanium_mobile/pull/7654 5_2_X: https://github.com/appcelerator/titanium_mobile/pull/7655
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 withappc run -p windows -T wp-emulator -S 10.0
Closing ticket