{ "id": "152224", "key": "TIMOB-19781", "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": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2015-11-12T01:46:10.000+0000", "created": "2015-10-21T10:38:20.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "iphone", "look1", "regression" ], "versions": [], "issuelinks": [ { "id": "49608", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "152200", "key": "TIMOB-19749", "fields": { "summary": "LiveView enabled fails to build to iOS 8.4 device: \"Could not find the file app.js\"", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": null, "updated": "2018-08-06T17:43:13.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Hello,\r\n\r\ncompiliing on a device with SDK 5.0.2 does not work. When the app starts, the app.js file is not found:\r\n\r\n[ERROR] Error loading path: file:///private/var/mobile/Containers/Bundle/Application/854E8FE1-6B6F-409B-9B7E-CFE6083EF1A6/sandbox.app/app.js, Error Domain=NSCocoaErrorDomain Code=260 \"The operation couldn’t be completed. (Cocoa error 260.)\" UserInfo=0x1700708c0 {NSFilePath=/private/var/mobile/Containers/Bundle/Application/854E8FE1-6B6F-409B-9B7E-CFE6083EF1A6/sandbox.app/app.js, NSUnderlyingError=0x17005c9e0 \"The operation couldn’t be completed. No such file or directory\"}\r\n[ERROR] Script Error Could not find the file app.js\r\n\r\nSteps to reproduce:\r\n- create a new alloy project\r\n- compile for a device connected via usb\r\n- launch application on the phone\r\n\r\nThanks.", "attachment": [], "flagged": false, "summary": "Build for ios device with SDK 5.0.2 results in 'app.js not found'", "creator": { "name": "vdegroote", "key": "vdegroote", "displayName": "Vincent Degroote", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "vdegroote", "key": "vdegroote", "displayName": "Vincent Degroote", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Operating System\r\n Name = Mac OS X\r\n Version = 10.9.5\r\n Architecture = 64bit\r\n\r\nNode.js\r\n Node.js Version = 0.12.7\r\n npm Version = 2.14.4\r\n\r\nTitanium CLI\r\n CLI Version = 5.0.5\r\n\r\nTitanium SDK\r\n SDK Version = 5.0.2.GA", "comment": { "comments": [ { "id": "367583", "author": { "name": "tel22tel", "key": "tel22tel", "displayName": "Tel Tel", "active": true, "timeZone": "America/Los_Angeles" }, "body": "same here.. randomly no any problem tho", "updateAuthor": { "name": "tel22tel", "key": "tel22tel", "displayName": "Tel Tel", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-10-22T22:26:04.000+0000", "updated": "2015-10-22T22:26:04.000+0000" }, { "id": "367622", "author": { "name": "digeek", "key": "digeek", "displayName": "sebf", "active": true, "timeZone": "Europe/Paris" }, "body": "got same problem since 2 days, looking for a solution....", "updateAuthor": { "name": "digeek", "key": "digeek", "displayName": "sebf", "active": true, "timeZone": "Europe/Paris" }, "created": "2015-10-23T07:27:19.000+0000", "updated": "2015-10-23T07:27:19.000+0000" }, { "id": "368287", "author": { "name": "maicojc", "key": "maicojc", "displayName": "Maico Cardoso", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I just have this problem when i compile for a device, the simulator it's ok, but i'm using the last version in this page http://builds.appcelerator.com.s3.amazonaws.com/index.html#master but is not good to me, because i need up my app to Apple Store and to build the archive is need execute on device. I'm waiting for a solution....", "updateAuthor": { "name": "maicojc", "key": "maicojc", "displayName": "Maico Cardoso", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-10-29T11:32:32.000+0000", "updated": "2015-10-29T11:32:32.000+0000" }, { "id": "368743", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "As I understand from the linked community thread, are you trying to build in Xcode instead of the Titanium CLI? \r\nIf you wish to build the Titanium generated Xcode project in the build folder you need to:\r\n1. Xcode->Preferences->locations\r\n2. Derived Data -> Advanced -> Custom: Relative to Workspace\r\n3. Now build in Xcode it should not have that problem.\r\nTake note, if you do the above, do not Xcode Clean the project. \r\nAlso, it'll be good to switch back the settings when you are done with working on the Xcode project", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-11-03T02:03:16.000+0000", "updated": "2015-11-03T02:03:16.000+0000" }, { "id": "368804", "author": { "name": "vdegroote", "key": "vdegroote", "displayName": "Vincent Degroote", "active": true, "timeZone": "Europe/Berlin" }, "body": "No I'm not trying to build in Xcode but directly with the titanium CLI and the option -T device.", "updateAuthor": { "name": "vdegroote", "key": "vdegroote", "displayName": "Vincent Degroote", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-11-03T09:53:56.000+0000", "updated": "2015-11-03T09:53:56.000+0000" }, { "id": "369837", "author": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "body": "We are no longer able to reproduce the problem with latest RC candidate Studio and SDK builds. Can everyone having this problem try to install RC candidate builds, and verify ?\r\n\r\nInstructions to install RC builds :\r\nhttps://community.appcelerator.com/topic/3976/sdk-5-1-0-rc-and-studio-4-4-0-rc-now-available/3", "updateAuthor": { "name": "pinnamuri", "key": "pinnamuri", "displayName": "Praveen Innamuri", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-11-12T01:45:40.000+0000", "updated": "2015-11-12T01:46:30.000+0000" }, { "id": "375204", "author": { "name": "joshlewis", "key": "joshlewis", "displayName": "Josh Lewis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Is this resolved yet? None of the solutions you guys post anywhere work.", "updateAuthor": { "name": "joshlewis", "key": "joshlewis", "displayName": "Josh Lewis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-23T05:16:52.000+0000", "updated": "2016-01-23T05:16:52.000+0000" }, { "id": "375205", "author": { "name": "joshlewis", "key": "joshlewis", "displayName": "Josh Lewis", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The latest builds do not fix this.", "updateAuthor": { "name": "joshlewis", "key": "joshlewis", "displayName": "Josh Lewis", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-23T05:23:02.000+0000", "updated": "2016-01-23T05:23:02.000+0000" }, { "id": "440033", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing tickets that need more info from 2015 and earlier. Is this is in error, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:43:13.000+0000", "updated": "2018-08-06T17:43:13.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }