{ "id": "173603", "key": "TIMOB-27295", "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": "2019-05-08T02:13:24.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [ { "id": "19882", "name": "Release 8.0.0", "archived": false, "released": true, "releaseDate": "2019-03-14" }, { "id": "20432", "name": "Release 8.0.1", "archived": false, "released": true, "releaseDate": "2019-05-15" }, { "id": "20791", "name": "Release 8.0.2", "archived": false, "released": true, "releaseDate": "2019-06-18" } ], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2019-07-29T19:34:51.000+0000", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "When running on the device over cable, the build is fine\r\nWhen building for distribution and then installing to iOS over test flight we get app hangs and the following in the console:\r\n\r\n{code}\r\n[ERROR] Application received error: Couldn't find module: core-js/modules/es6.date.to-json for architecture: arm64\r\n[ERROR] Application received error: Module \"ti.internal/extensions/Error.js\" failed to leave a valid exports object\r\n{code}\r\n\r\nIf we to an appc ti clean, it works fine on testflight builds. It seems like something is being left behind/ not being rebuilt when doing a build for distribution.\r\n", "attachment": [ { "id": "66690", "filename": "voicemail.log", "author": { "name": "nickkemp", "key": "nickkemp", "displayName": "Nick Kemp", "active": true, "timeZone": "Pacific/Auckland" }, "created": "2019-06-12T22:06:13.000+0000", "size": 16723, "mimeType": "text/plain" } ], "flagged": false, "summary": "When distributing iOS app via testflight certain core js files are missing", "creator": { "name": "nickkemp", "key": "nickkemp", "displayName": "Nick Kemp", "active": true, "timeZone": "Pacific/Auckland" }, "subtasks": [], "reporter": { "name": "nickkemp", "key": "nickkemp", "displayName": "Nick Kemp", "active": true, "timeZone": "Pacific/Auckland" }, "environment": "SDK 8.0", "comment": { "comments": [ { "id": "448333", "author": { "name": "sandrolain", "key": "sandrolain", "displayName": "Sandro Lain", "active": true, "timeZone": "Europe/Rome" }, "body": "Hello\r\nI see the same problem but with the App-Store build.\r\nDirect execution on physical device or ad-hoc builds have no problems, the builds loaded on the app-store present this problem.\r\nThe Apple reviewers blocked me the app once showing the app blocked in the splash screen, but not understanding the problem I re-sent the build showing in video the operation on physical device with development build and they published it, but actually the build from app-store does not work.\r\nThe console log of the iPhone shows the same error reported in the description.", "updateAuthor": { "name": "sandrolain", "key": "sandrolain", "displayName": "Sandro Lain", "active": true, "timeZone": "Europe/Rome" }, "created": "2019-05-13T14:54:44.000+0000", "updated": "2019-05-13T14:54:44.000+0000" }, { "id": "448340", "author": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "[~nickkemp], Can you attach the full console log when running on the device over a cable? Also, attached the full device crash log after running from the test flight.\r\n\r\nThanks!", "updateAuthor": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2019-05-13T18:13:21.000+0000", "updated": "2019-05-13T18:13:21.000+0000" }, { "id": "449039", "author": { "name": "nickkemp", "key": "nickkemp", "displayName": "Nick Kemp", "active": true, "timeZone": "Pacific/Auckland" }, "body": "No Crash log, as it doesn't crash. App name is \"Voicemail\". Attached is device log. Relevant log entry:\r\n\r\n{code:java} [^voicemail.log] \r\n[ERROR] Application received error: Couldn't find module: ./app for architecture: arm64\r\n\r\nTitaniumKit 0x0000000102f03528 -[KrollBridge evalFileOnThread:context:] + 884\r\nlibobjc.A.dylib 0x000000019415b760 + 76\r\nTitaniumKit 0x0000000102f39138 -[KrollInvocation invoke:] + 88\r\nTitaniumKit 0x0000000102f39d94 -[KrollContext invoke:] + 116\r\nTitaniumKit 0x0000000102f03fc0 -[KrollBridge didStartNewContext:] + 1556\r\nlibobjc.A.dylib 0x000000019415b454 + 68\r\nTitaniumKit 0x0000000102f3a5d0 -[KrollContext main] + 1160\r\nlibdispatch.dylib 0x0000000194968304 + 32\r\nlibdispatch.dylib 0x0000000194969884 + 20\r\nlibdispatch.dylib 0x000000019497573c _dispatch_main_queue_callback_4CF + 1012\r\nCoreFoundation 0x0000000194eea024 + 16\r\nCoreFoundation 0x0000000194ee4cd4 + 1888\r\nCoreFoundation 0x0000000194ee4254 CFRunLoopRunSpecific + 452\r\nGraphicsServices 0x0000000197123d8c GSEventRunModal + 108\r\nUIKitCore 0x00000001c222c4c0 UIApplicationMain + 216\r\nVoicemail 0x00000001027414c8 Voi<…>\r\n{code}\r\n\r\nThis is a symptom to what was reported, but the failure mechanism seems to be the same.", "updateAuthor": { "name": "nickkemp", "key": "nickkemp", "displayName": "Nick Kemp", "active": true, "timeZone": "Pacific/Auckland" }, "created": "2019-06-12T22:06:15.000+0000", "updated": "2019-06-12T22:07:22.000+0000" }, { "id": "449179", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-06-18T22:02:32.000+0000", "updated": "2019-06-18T22:02:32.000+0000" }, { "id": "450053", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\nJust passing as update here.Are you able to get that sorted out?  Please let us know if you need more help with this issue.", "updateAuthor": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2019-07-25T09:37:48.000+0000", "updated": "2019-07-25T09:37:48.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }