{ "id": "93729", "key": "TIMOB-9740", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13418", "description": "Sprint 2012-13 Core", "name": "Sprint 2012-13 Core", "archived": true, "released": true, "releaseDate": "2012-07-01" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-06-25T11:09:08.000+0000", "created": "2012-06-23T14:13:28.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "core", "qe-ios060112", "regression" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-06-28T13:45:17.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": "Build to device fails on Snow Leopard with SDK 2.1.\r\n\r\nSteps to Reproduce:\r\n\r\n1. Create a new Titanium project.\r\n2. Run > iOS Device to build to device.\r\n\r\nActual Result:\r\n\r\nFail with console log.\r\n\r\nExpected Result:\r\n\r\nApp should build.", "attachment": [ { "id": "28655", "filename": "build.log", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-23T14:13:28.000+0000", "size": 170194, "mimeType": "text/plain" }, { "id": "28654", "filename": "studio console log.txt", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-23T14:13:28.000+0000", "size": 151265, "mimeType": "text/plain" } ], "flagged": false, "summary": "iOS: Snow Leopard: build to device fails", "creator": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Studio: 2.0.2, 2.1.0.201206221045\r\nSDK: 2.1.0.v20120622174154\r\nOS: Snow Leopard\r\nDevices Tested: iPad 4.3.5, iPhone4 5.0.1", "comment": { "comments": [ { "id": "199968", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Sabil,\r\nI don't see any dependencies in titanium_prep above 10.6.\r\n{code}\r\n$ nm titanium_prep \r\n U _CCCrypt\r\n U _OBJC_CLASS_$_NSAutoreleasePool\r\n U _OBJC_CLASS_$_NSData\r\n U _OBJC_CLASS_$_NSFileHandle\r\n U _OBJC_CLASS_$_NSMutableData\r\n U _OBJC_CLASS_$_NSMutableString\r\n U _OBJC_CLASS_$_NSString\r\n U ___CFConstantStringClassReference\r\n U ___error\r\n U ___stack_chk_fail\r\n U ___stack_chk_guard\r\n U ___stderrp\r\n0000000100000000 A __mh_execute_header\r\n U _close\r\n U _exit\r\n U _fwrite\r\n U _objc_enumerationMutation\r\n U _objc_msgSend\r\n U _objc_msgSend_fixup\r\n U _open\r\n U _printf\r\n U _putchar\r\n U _puts\r\n U _read\r\n U dyld_stub_binder\r\n{code}\r\n\r\nIf you have access to 10.6.8 machine, you could check that titanium_pre is okay or not by just launching it (./support/iphone/titanium_prep)\r\n\r\nIt seems to me the problem is in the folioing error message which points to python.\r\n{code}\r\nAttributeError: 'module' object has no attribute 'check_output'\r\n{code}\r\n\r\n@Dustin/Sabil, what python versions do you have ? ANd what is the minimal we support ?\r\n", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-23T19:04:53.000+0000", "updated": "2012-06-23T19:04:53.000+0000" }, { "id": "199969", "author": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR pending https://github.com/appcelerator/titanium_mobile/pull/2463", "updateAuthor": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-23T19:36:00.000+0000", "updated": "2012-06-23T19:36:00.000+0000" }, { "id": "200783", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as Fixed.\r\n\r\nSDK: 2.1.0.v20120627151616\r\nStudio: 2.1.0.201206251749\r\nOS: Snow Leopard w/Xcode 4.2\r\nDevices Tested: iPod 4.3.5, iPhone4 5.0.1", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-28T13:45:17.000+0000", "updated": "2012-06-28T13:45:17.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }