Description
When building to a device from a Windows machine that has just the Windows SDKs installed, it has been seen that the build will fail with the following error, where the UDID is the UDID for the connected device. This appears to be intermittent for some and consistent for others.
[ERROR] Unable to find a Windows Phone device with the UDID "00000015-4e57-1877-0000-000000000000"
[This](
https://gist.github.com/ewanharris/989623790051330453ba35d22b9339a1) can be used to test this, be sure to change the project directory in the command before running, and also requires node 6
Steps to reproduce
Install only Windows 10 tools and SDKs
Attempt to build to a Windows device
Actual result
Build will fail
Expected result
Build should not fail
Just another data point, while closing out TIMOB-23662, Windows 10 SDK and Windows 8.1 SDK only works
Started working on this, I was able to reproduce this.
https://github.com/appcelerator/windowslib/pull/59
Note: This needs to be merged into https://github.com/appcelerator/titanium_mobile in order to close this ticket.
[~kota] Just tried your changes. Looks good! (y) app is deployed successfully after making the changes
Verified fix, was able to install an application to a windows device when no emulators were installed. *Steps to verify* 1. Uninstalled previous windows 10 emulators 2. Launched studio and created a new application 3. Ran application on a device (Lumia 640 LTE (RM-1073) (OS Build 10.0.14393.693) 4. Application installed on windows phone and ran successfully. *Environment*