{ "id": "89956", "key": "TIMOB-9025", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2012-05-07T20:50:21.000+0000", "created": "2012-04-12T23:48:45.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [ { "id": "33458", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "123127", "key": "TISTUD-5828", "fields": { "summary": "Studio: App Store - On Mavericks, if you have both AppcStudio and TiStudio, one or the other (not both) will appear in Accessibility > Privacy after packaging to the iTunes Store ", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-22T21:49:02.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": "When I use \"Distribute - Apple app store\" button, I got a *\"UI element scripting is not enabled. Check \"Enable access for assistive devices\"\"* alert message.\r\nAfter that If I run on iPhone Simulator, I got a red message below.\r\n*That message is \"'undefined' is not a function (evaluating 'Ti.UI.iPhone.createNavigationGroup()') (unknown file)\"*\r\n\r\nCheck attachment snapshot files.\r\nThanks.\r\n", "attachment": [ { "id": "27017", "filename": "iOS Simulator.jpg", "author": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "created": "2012-04-12T23:48:45.000+0000", "size": 117745, "mimeType": "image/jpeg" }, { "id": "27016", "filename": "system reference.jpg", "author": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "created": "2012-04-12T23:48:45.000+0000", "size": 16100, "mimeType": "image/jpeg" } ], "flagged": false, "summary": "iOS: Error message when distribute", "creator": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "subtasks": [], "reporter": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "environment": "Titanium Studio, build: 2.0.0.201203291340\r\nTi Mobile SDK 2.0.0.GA\r\n", "comment": { "comments": [ { "id": "193242", "author": { "name": "btran", "key": "btran", "displayName": "Betty Tran", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi JongEun,\r\n\r\nWould it be possible to provide a small code sample that reproduces the issue?\r\n\r\nThanks,\r\nBetty", "updateAuthor": { "name": "btran", "key": "btran", "displayName": "Betty Tran", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-30T18:13:48.000+0000", "updated": "2012-04-30T18:13:48.000+0000" }, { "id": "193925", "author": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "body": "Resource/app.js\r\n{code}\r\nvar app = require('/ui/bootstrap');\r\napp.launch();\r\n{code}\r\n\\\\\r\n\\\\\r\nResource/iphone/ui/bootstrap.js\r\n{code}\r\nexports.launch = function() {\r\n\tvar win = Ti.UI.createWindow({backgroundColor:'blue'});\r\n\twin.open();\r\n};\r\n{code}\r\n\\\\\r\n\\\\\r\nFollow these step,\r\n# make default titanium mobile project\r\n# delete all javascript file in Resource folder\r\n# make app.js & bootstrap.js file (above code) (MAKE SURE bootstrap.js file location!! under \"iphone/ui/\")\r\n# click \"run iPhone Simulator\" ( you can see blue screen :) )\r\n# \"Distribute - Apple ....\"\r\n# click \"run iPhone Simulator\" ( you can see error(red) screen :( )\r\n\r\nI should guess the problem is checking what Ti modules used. When distribute, Ti don't do this checking under /iphone/ folder?!\r\nIf you move bootstrap.js file to /Resource/ui/ folder, It work properly. \r\n\r\nI hope this comment help you.\r\n\r\nThanks,\r\nJongEun.", "updateAuthor": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "created": "2012-05-07T01:28:40.000+0000", "updated": "2012-05-07T01:28:40.000+0000" }, { "id": "194054", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The feature called 'Enable access for assistive devices' is found in the Universal Access preference pane. It needs to be enabled in order for any GUI AppleScripts to run. You can enable it from Terminal as well using the following command.\r\n\r\nTo turn it on, type this in Terminal:\r\nsudo touch /private/var/db/.AccessibilityAPIEnabled\r\n\r\nTo then disable it, type this:\r\nsudo rm /private/var/db/.AccessibilityAPIEnabled", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-05-07T20:50:21.000+0000", "updated": "2012-05-07T20:50:21.000+0000" }, { "id": "194058", "author": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "body": "After follow above commend, System reference alert disapear. (system reference.jpg attachment)\r\nBut Application Error message appear. (iOS Simulator.jpg attachment)\r\n\r\nplease read my last commend.\r\nIf you follow step, you can see application error message.", "updateAuthor": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "created": "2012-05-07T23:01:53.000+0000", "updated": "2012-05-07T23:01:53.000+0000" }, { "id": "197197", "author": { "name": "demogar", "key": "demogar", "displayName": "Demostenes Garcia", "active": true, "timeZone": "America/Bogota" }, "body": "JongEun Lee: did you manage to resolve this?", "updateAuthor": { "name": "demogar", "key": "demogar", "displayName": "Demostenes Garcia", "active": true, "timeZone": "America/Bogota" }, "created": "2012-06-04T21:20:56.000+0000", "updated": "2012-06-04T21:20:56.000+0000" }, { "id": "197616", "author": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "body": "Demostenes Garcia : No, I didn't.\r\nYou can see this bug in 2.0.2GA.\r\n\r\n\r\nIf you follow step on my previous comment, you can see application error message. :)", "updateAuthor": { "name": "yomybaby", "key": "yomybaby", "displayName": "Jong Eun Lee", "active": true, "timeZone": "Asia/Tokyo" }, "created": "2012-06-06T18:34:42.000+0000", "updated": "2012-06-06T18:34:42.000+0000" }, { "id": "415044", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid with reference to previous comments.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-22T21:49:02.000+0000", "updated": "2017-03-22T21:49:02.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }