{ "id": "61842", "key": "TIMOB-1210", "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": "2011-04-15T02:46:43.000+0000", "created": "2011-04-15T02:46:43.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T21:24:39.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": "{html}
Hey guys,
\ni hope you can help me :), my Problem - My App runs perfect on\nthe Simulator an the tabGroup opend via:
\ntabGroup.setActiveTab(0);
\ntabGroup.open({
\ntransition:Ti.UI.iPhone.AnimationStyle.CURL_DOWN
\n
\n});
\nbut on the iphone - i have open the Xcode project and build and\nrun it but there comes only the Default.png and no open of the\ntabGroup.
\nI have also tried from Titanium Developer - my App is on iTunes\nand i can sync it, but wenn i clicked on it the app crash directly\n- in Xcode the welcome screen is viewed all the time.
\nThe console log of the iPhone is attached
Help request, not a bug.