[TIMOB-24091] If you package for mobile web, then "[ERROR] ENOENT: no such file or directory" error is returned
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-11-01T22:57:55.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.0.0 |
Components | MobileWeb |
Labels | qe-6.0.0, regression |
Reporter | Wilson Luu |
Assignee | Chee Kiat Ng |
Created | 2016-11-01T22:22:33.000+0000 |
Updated | 2016-11-01T23:07:51.000+0000 |
Description
*Details:* If you package your app for mobileweb, then Create a Titanium mobile project with
Package the mobile app for mobile web:
*Actual:* At the end of the process, you will not be able to package your app for mobile web:
[ERROR] ENOENT: no such file or directory
error is returned.
*Note:* This is a regression from SDK 6.0.0.v20161028094725.
*Steps to reproduce:*
Create a Titanium mobile project with appc new
Package the mobile app for mobile web: appc run -l trace --platform mobileweb --deploy-type production
*Actual:* At the end of the process, you will not be able to package your app for mobile web:
[ERROR] ENOENT: no such file or directory, open '/Users/wluu/sandbox/monkeycans/build/mobileweb/titanium/Ti/_/include.js'
*Expected:* You should be able to package your mobile app for mobile web, until 7.0.0.
PRs merged.
Closing ticket as fixed. I was able to package my app for mobile web. Tested on: Appc CLI NPM: 4.2.8-9 Appc CLI Core: 6.0.0-67 Arrow: 1.8.11 SDK: 6.0.0.v20161101155110 Node: v4.6.1 OS: Mac OS X (10.12.1)