{ "id": "154365", "key": "TIMOB-20253", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2016-01-15T21:16:48.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T19:55:23.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "When deploying from xcode to the device, I get the red screen with 'no app.js' found. This is a basic project created from the Studio wizards. Downgrading the SDK to v4 works fine.\r\n\r\nPlease fix this, it has been months and reported multiple time.\r\n\r\napp.js code\r\n~~~\r\n// create tab group\r\nvar tabGroup = Titanium.UI.createTabGroup();\r\n\r\nvar win1 = Titanium.UI.createWindow({ \r\n title:'Home',\r\n backgroundColor:'#fff',\r\n layout:'vertical',\r\n url:'main.js' ,\r\n \r\n});\r\nvar tab1 = Titanium.UI.createTab({ \r\n window:win1,\r\n});\r\n\r\n\r\n\r\n\r\ntabGroup.addTab(tab1); \r\n\r\n\r\n// open tab group\r\n tabGroup.open();\r\n~~~", "attachment": [], "flagged": false, "summary": "app.js not found", "creator": { "name": "joshlewis", "key": "joshlewis", "displayName": "Josh Lewis", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "joshlewis", "key": "joshlewis", "displayName": "Josh Lewis", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Latest OSX, latest studio, iOS 9, and Appcelerator 5.2 SDK", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }