[TIMOB-20172] Windows 10: Cannot package for the phonestore or winstore
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-01-14T21:03:36.000+0000 |
Affected Version/s | Release 5.1.2, Release 5.1.1 |
Fix Version/s | Release 5.2.0, Release 5.3.0 |
Components | Windows |
Labels | qe-5.1.2 |
Reporter | Wilson Luu |
Assignee | Christopher Williams |
Created | 2015-12-22T20:23:21.000+0000 |
Updated | 2016-02-16T19:40:16.000+0000 |
Description
*Details:* Cannot package for the Windows phone store or Windows store.
*Note:* This is *not* a regression with SDK 5.1.1.GA. But, bug seems critical.
*Steps to reproduce:*
Create an Alloy project with
Package the app for phonestore or winstore while specifying the
*Actual:* The Alloy project will build without any issues, but the appx file will not be generated at the specified output directory; see logs.txt for trace logs and see Capture.png for the build folder.
*Expected:* appx file should be generated at the specified output directory.
Make sure to follow steps from http://docs.appcelerator.com/platform/latest/#!/guide/Distributing_Windows_Applications to ensure you have everything setup to package for the Windows phone store or Windows store
Create an Alloy project with appc new
Package the app for phonestore or winstore while specifying the -O
flag e.g.: appc run -p windows --target "dist-phonestore" --output-dir "C:\Users\qe\Desktop" -l trace
*Actual:* The Alloy project will build without any issues, but the appx file will not be generated at the specified output directory; see logs.txt for trace logs and see Capture.png for the build folder.
*Expected:* appx file should be generated at the specified output directory.
Attachments
File | Date | Size |
---|---|---|
Capture.PNG | 2016-01-04T18:18:38.000+0000 | 22096 |
Capture.PNG | 2015-12-22T20:22:46.000+0000 | 15077 |
logs.txt | 2015-12-22T20:22:46.000+0000 | 160713 |
We're looking for a .appx file to copy over, but are generating an .appxbundle file. We need to look for both file extensions.
https://github.com/appcelerator/titanium_mobile_windows/pull/562
Closing ticket as fixed. Verified that if you try to package for the phonestore or winstore, then a
*.appxbundle
file is generated in the specified output directory. Tested on: Appc CLI NPM: 4.2.3-2 Appc CLI Core: 5.2.0-265 Arrow: 1.7.27 SDK: 5.2.0.v20160216091337 Node: v4.2.4 OS: Windows 10