Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: Release 3.0.0, Release 3.0.1, Release 3.0.2
-
Fix Version/s: Release 3.1.0, 2013 Sprint 05 JS, 2013 Sprint 05
-
Component/s: CLI
-
Labels:
-
Environment:
iOS 6 & Titanium SDK 3.x
Description
Problem
Developer encounter "No app.js found" when building alloy project from clean state using: titanium build --platform iphone
Clean state means, remove the build/ and Resources/ folders
Environment
alloy version = 1.0.0-cr
|
titanium command line version = 3.0.24-cr
|
sdk = 3.0.2.v20130207164659
|
Console output
titanium build --platform iphone
|
|
Titanium Command-Line Interface, CLI version 3.0.24-cr, Titanium SDK version 3.0.2.v20130207164659
|
Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved.
|
|
Please report bugs to http://jira.appcelerator.org/
|
|
[ERROR] No app.js found
|
|
Ensure the app.js file exists in your project's "Resources" directory.
|
The Work around to get past this they have to manually create Resources and the app.js
They've confirmed that the build process works correctly/smoothly from clean condition when building after:
- titanium sdk select 3.0.1.v20130114133207
But demonstrates the problem above when
- titanium sdk select 3.0.2.v20130207164659
Attachments
Issue Links
- relates to
-
TIMOB-12822 iOS: Simulator appears then exits
-
- Closed
-