Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: Release 5.2.0
-
Fix Version/s: Release 5.2.0
-
Component/s: Windows
-
Labels:
-
Environment:
Windows 10 Pro
VS 2015 Update 1
Appc NPM: 4.2.2-3
Appc Core: 5.2.0-228
Ti SDK: 5.2.0.v20160114021251
-
Story Points:5
-
Sprint:2016 Sprint 3 SDK
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