Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20172] Windows 10: Cannot package for the phonestore or winstore

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2016-01-14T21:03:36.000+0000
Affected Version/sRelease 5.1.2, Release 5.1.1
Fix Version/sRelease 5.2.0, Release 5.3.0
ComponentsWindows
Labelsqe-5.1.2
ReporterWilson Luu
AssigneeChristopher Williams
Created2015-12-22T20:23:21.000+0000
Updated2016-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:*

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

FileDateSize
Capture.PNG2016-01-04T18:18:38.000+000022096
Capture.PNG2015-12-22T20:22:46.000+000015077
logs.txt2015-12-22T20:22:46.000+0000160713

Comments

  1. Christopher Williams 2016-01-04

    We're looking for a .appx file to copy over, but are generating an .appxbundle file. We need to look for both file extensions.
  2. Kota Iguchi 2016-02-16

    https://github.com/appcelerator/titanium_mobile_windows/pull/562
  3. Wilson Luu 2016-02-16

    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

JSON Source