{ "id": "103397", "key": "TIMOB-11486", "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": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "14700", "description": "2012 Sprint 25", "name": "2012 Sprint 25", "archived": true, "released": true, "releaseDate": "2012-12-17" }, { "id": "14699", "description": "2012 Sprint 25 Core", "name": "2012 Sprint 25 Core", "archived": true, "released": true, "releaseDate": "2012-12-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-12-09T22:41:34.000+0000", "created": "2012-10-15T11:44:04.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "3.0.0.rc2", "core", "qe-ios100112", "qe-testadded", "regression" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-04T09:36:21.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": "Cannot build the app using transport.py. The xcode used is 4.5.1\r\nThis is regression since the issue does not occur for 2.1.3 GA.\r\n\r\nSteps to reproduce:\r\n1. Download the attached app and paste it on desktop.\r\n2. Run the following command:\r\n /Users//Library/Application\\ Support/Titanium/mobilesdk/osx/1.8.0.1/iphone/transport.py /Users//Desktop/Titanium Studio Workspace/Transport\r\n\r\nActual:\r\nThe following error occurs:\r\n\r\nTraceback (most recent call last):\r\n File \"/Users/anshumittal/Library/Application Support/Titanium/mobilesdk/osx/3.0.0.v20121014181609/iphone/transport.py\", line 246, in \r\n main(sys.argv)\r\n File \"/Users/anshumittal/Library/Application Support/Titanium/mobilesdk/osx/3.0.0.v20121014181609/iphone/transport.py\", line 122, in main\r\n project = Projector(app_name,version,template_dir,project_dir,app_id, min_ver)\r\nUnboundLocalError: local variable 'min_ver' referenced before assignment\r\n\r\nExpected: \r\nThe app should build successfully.\r\n", "attachment": [ { "id": "32636", "filename": "Transport.zip", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-15T11:44:04.000+0000", "size": 3479879, "mimeType": "application/zip" } ], "flagged": false, "summary": "iOS: Transport - Cannot build the app using transport.py", "creator": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK: 3.0.0.v20121014181609\r\nDevices: iPad2(v 5.1)\r\nOS:OSX 10.8\r\nXcode: 4.5.1", "comment": { "comments": [ { "id": "223611", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Need to see if there is a better way of handling this situation so that it does not appear broken to the end user.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-15T18:12:18.000+0000", "updated": "2012-10-15T18:12:18.000+0000" }, { "id": "223615", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Okay, it only occurs with projects that do not specify iOS minimum version in tiapp.xml", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-15T18:21:19.000+0000", "updated": "2012-10-15T18:21:19.000+0000" }, { "id": "223631", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR submitted https://github.com/appcelerator/titanium_mobile/pull/3234", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-15T18:39:39.000+0000", "updated": "2012-10-15T18:39:39.000+0000" }, { "id": "223641", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "3_0_X PR https://github.com/appcelerator/titanium_mobile/pull/3235", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-15T19:51:03.000+0000", "updated": "2012-10-15T19:51:03.000+0000" }, { "id": "224042", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pulls merged.", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-10-17T20:33:06.000+0000", "updated": "2012-10-17T20:33:06.000+0000" }, { "id": "230198", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Still cannot build the attached project using transport.py. The following error is shown:\r\n\r\nTraceback (most recent call last):\r\n File \"transport.py\", line 247, in \r\n main(sys.argv)\r\n File \"transport.py\", line 129, in main\r\n force_xcode = write_debugger_plist(None, None, None, template_dir, debug_plist)\r\nTypeError: write_debugger_plist() takes exactly 6 arguments (5 given)\r\n\r\nTested On:\r\nSDK: 3.0.0.v20121204181658, 3.1.0.v20121205174335\r\nOSX: 10.8.2\r\nXCode: 4.5.1\r\nThe issue does not occur on SDK 2.1.4", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-06T10:24:27.000+0000", "updated": "2012-12-06T10:24:27.000+0000" }, { "id": "230273", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR https://github.com/appcelerator/titanium_mobile/pull/3543\n3_0_X PR https://github.com/appcelerator/titanium_mobile/pull/3544", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-06T20:25:03.000+0000", "updated": "2012-12-06T20:25:03.000+0000" }, { "id": "230351", "author": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Pull merged", "updateAuthor": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-07T00:58:17.000+0000", "updated": "2012-12-07T00:58:17.000+0000" }, { "id": "230505", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with:\n\nSDK: 3.0.0.v20121207120202\nTitanium Studio, build: 3.0.0.201212061921\nMac OS X 10.8.2\nXcode 4.5.2\nCLI: 3.0.20\n\nThe transport.py script modified the attached project with no issue. Also launched the final project (from project folder/build/iphone)", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-08T00:03:56.000+0000", "updated": "2012-12-08T00:03:56.000+0000" }, { "id": "230578", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Reopening to edit labels and fix versions", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-12-09T22:41:00.000+0000", "updated": "2012-12-09T22:41:00.000+0000" }, { "id": "230579", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-12-09T22:41:46.000+0000", "updated": "2012-12-09T22:41:46.000+0000" } ], "maxResults": 12, "total": 12, "startAt": 0 } } }