{ "id": "121539", "key": "TIMOB-15569", "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": "15703", "description": "2013 Sprint 22", "name": "2013 Sprint 22", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "15705", "description": "2013 Sprint 22 Core", "name": "2013 Sprint 22 Core", "archived": true, "released": true, "releaseDate": "2013-11-01" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-11-02T00:13:47.000+0000", "created": "2013-10-23T09:07:51.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "merge-3.1.4" ], "versions": [ { "id": "15747", "description": "Release 3.1.4", "name": "Release 3.1.4", "archived": true, "released": false } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2013-11-13T19:26: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": "13103", "name": "CLI", "description": "Node-based command line interface" }, { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Looks like a regression of TISTUD-5283...\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'white'\r\n});\r\n \r\nvar b1 = Ti.UI.createButton({\r\n title: 'Button',\r\n top: 50,\r\n height: Ti.UI.SIZE,\r\n width: Ti.UI.SIZE\r\n});\r\n \r\nb1.addEventListener('click', function() {\r\n Ti.API.warn('this is warn output');\r\n Ti.API.info('this is info output');\r\n Ti.API.debug('this is debug output');\r\n});\r\n \r\nwin.add(b1);\r\nwin.open();\r\n{code}\r\n\r\n*Output*\r\nnothing - console is blank\r\n\r\n\r\n*Expected output*\r\n\r\n[WARN] : this is warn output\r\n[DEBUG] : this is debug output\r\n[INFO] : this is info output", "attachment": [], "flagged": false, "summary": "OS X 10.9: No output from warn, info, debug when debugging", "creator": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "subtasks": [], "reporter": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "environment": "Ti SDK 3.1.3GA\r\nOS X 10.9 (Mavericks)\r\nTi Studio 3.1.4 RC\r\niOS 7.0.3 Simulator\r\nXcode 5.0.1", "comment": { "comments": [ { "id": "276412", "author": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "body": "This appears to be happening when building with the Titanium CLI; Studio appears to show the console output just fine.", "updateAuthor": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "created": "2013-10-23T19:37:58.000+0000", "updated": "2013-10-23T19:37:58.000+0000" }, { "id": "276419", "author": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "body": "That's not true for me Seth. It does not show any console logging output inside Studio. \n\nMaybe you are not using the exact same environment?", "updateAuthor": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "created": "2013-10-23T19:54:46.000+0000", "updated": "2013-10-23T19:54:46.000+0000" }, { "id": "276423", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "Hello,\r\njust go and update to 3.1.4.RC, and the new Studio, which have support for Mavericks. If the issue is still there, we can reopen it. \r\n\r\nhttp://www.appcelerator.com/blog/2013/10/studio-3-1-4-for-os-x-mavericks/\r\n\r\n\r\nBEst,\r\n\r\nMauro", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2013-10-23T20:05:45.000+0000", "updated": "2013-10-23T20:05:45.000+0000" }, { "id": "276425", "author": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "body": "@Mauro\nI am testing against the latest studio, as well as 3.1.4.v20131016191639\n\nStill doesn't work with the CLI. It works with Studio when ran with the debug settings.", "updateAuthor": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "created": "2013-10-23T20:10:32.000+0000", "updated": "2013-10-23T20:10:32.000+0000" }, { "id": "276426", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "Seth, \n\ncan you please paste your Studio log (whatever is there, just to take a look). \n\nThanks!\n\n\nBest,\n\nMauro \n", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2013-10-23T20:12:02.000+0000", "updated": "2013-10-23T20:12:02.000+0000" }, { "id": "276428", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "There is evidence of this happening with 3.1.4. ", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2013-10-23T20:12:26.000+0000", "updated": "2013-10-23T20:12:26.000+0000" }, { "id": "276430", "author": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "body": "@Seth - I wonder why I do not see the output inside Studio and you do? Are you using Mavericks?", "updateAuthor": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "created": "2013-10-23T20:14:05.000+0000", "updated": "2013-10-23T20:14:05.000+0000" }, { "id": "276432", "author": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "body": "Mauro,\n\nAs i mentioned it would seem Studio is fine. It's the CLI that I am having issues with, although @Matthew seems to be having trouble with Studio.\n\nThanks,\nSeth", "updateAuthor": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "created": "2013-10-23T20:14:53.000+0000", "updated": "2013-10-23T20:14:53.000+0000" }, { "id": "276434", "author": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "body": "Just to clarify - I also have trouble with the CLI. Both Studio and CLI are included in the issue.", "updateAuthor": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "created": "2013-10-23T20:16:43.000+0000", "updated": "2013-10-23T20:16:43.000+0000" }, { "id": "276440", "author": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "body": "@Matthew - Im using 10.9 and I launch the sim using the debug configuration. It doesn't seem to work any other way.", "updateAuthor": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "created": "2013-10-23T20:27:14.000+0000", "updated": "2013-10-23T20:27:14.000+0000" }, { "id": "276443", "author": { "name": "mxia", "key": "mxia", "displayName": "Michael Xia", "active": true, "timeZone": "America/Los_Angeles" }, "body": "We should take a look at the CLI side first and resolve there, then move to Studio if the output is still not seen from Studio console.\r\n", "updateAuthor": { "name": "mxia", "key": "mxia", "displayName": "Michael Xia", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-23T20:30:02.000+0000", "updated": "2013-10-24T23:49:06.000+0000" }, { "id": "276554", "author": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Similiar issue. I have been using Ti 3.1.3.GA and Xcode 5 (Mountain Lion) everything worked ,but yesterday I updated Xcode to 5.0.1 and I can't see any console output with iOS 7 simulator (iOS 6.1 does work). ", "updateAuthor": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-24T09:27:44.000+0000", "updated": "2013-10-24T09:27:44.000+0000" }, { "id": "276712", "author": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I'm seeing the issue using only the latest CLI (no studio), pulled from github today", "updateAuthor": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-24T23:38:12.000+0000", "updated": "2013-10-24T23:38:12.000+0000" }, { "id": "276747", "author": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "body": "After downgrade Xcode from 5.0.1 to 5.0 the console works again.", "updateAuthor": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-25T08:11:20.000+0000", "updated": "2013-10-25T08:11:20.000+0000" }, { "id": "276748", "author": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "body": "That's my experience, too.", "updateAuthor": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-25T08:16:41.000+0000", "updated": "2013-10-25T08:16:41.000+0000" }, { "id": "276751", "author": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "body": "After starting the simulator in debug-mode\r\n\r\nhttp://cl.ly/image/0p0e2b1D2a1B\r\n\r\nI could switch back to \"Resource\" view and see all logs as normal\r\n\r\nhttp://cl.ly/image/0d2L1G263u2B", "updateAuthor": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-25T08:31:48.000+0000", "updated": "2013-10-25T08:32:00.000+0000" }, { "id": "276759", "author": { "name": "vkorol", "key": "vkorol", "displayName": "Viktor Korol", "active": true, "timeZone": "Europe/Istanbul" }, "body": "Try to enable Developer Mode\r\nhttps://discussions.apple.com/thread/3780934", "updateAuthor": { "name": "vkorol", "key": "vkorol", "displayName": "Viktor Korol", "active": true, "timeZone": "Europe/Istanbul" }, "created": "2013-10-25T10:21:10.000+0000", "updated": "2013-10-25T10:21:10.000+0000" }, { "id": "276761", "author": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "body": "I tried with a complete restart, bit that won't work.", "updateAuthor": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-25T10:35:16.000+0000", "updated": "2013-10-25T10:35:16.000+0000" }, { "id": "276780", "author": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "body": "It would seem the common cause here is XCode 5.0.1, if anything that'd be a good place to start. @Tony, I was seeing this with the latest stable and the edge release of the CLI. I don't believe this is SDK related. CLI & Studio seem to be borked with updates to XCode.\r\n\r\nIs there a chance this will be patched sometime soon before the 3.2 release? Seems odd to peg it then when something like this can drastically change development workflows for customers and patrons of the Open-Source code.", "updateAuthor": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "created": "2013-10-25T14:13:26.000+0000", "updated": "2013-10-25T14:14:05.000+0000" }, { "id": "276787", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I admit, I'm sort of perplexed that an XCode change would cause this. In both cases, you are using the same version of iOS SDK and emulator?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-25T15:28:22.000+0000", "updated": "2013-10-25T15:28:22.000+0000" }, { "id": "276795", "author": { "name": "mross@qtags.com", "key": "mross@qtags.com", "displayName": "Mark Ross", "active": true, "timeZone": "America/Chicago" }, "body": "I have NOT updated to Mavericks, I only updated to XCode 5.0.1. After that update, I no longer see logging using the iPhone simulator in Studio 3.1.3, so i can confirm its likely due to XCode update and not Mavericks.", "updateAuthor": { "name": "mross@qtags.com", "key": "mross@qtags.com", "displayName": "Mark Ross", "active": true, "timeZone": "America/Chicago" }, "created": "2013-10-25T16:07:14.000+0000", "updated": "2013-10-25T16:07:14.000+0000" }, { "id": "276797", "author": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Ingo:\r\n\r\nXCode 5.0.1 (Simulator iOS 7) -> console doesn't work (I am not sure ,but simulator is I think iOS 7.0.3 maybe this is problem)\r\nXCode 5.0.1 (Simulator iOS 6.1) -> console does work\r\nXCode 5 -> No problem\r\n\r\n*On 100% problem is not in an OS X I tested it with Mountain Lion and Mavericks as well.", "updateAuthor": { "name": "sko", "key": "sko", "displayName": "Matej", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-25T16:17:43.000+0000", "updated": "2013-10-25T16:21:20.000+0000" }, { "id": "276800", "author": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "body": "I agree with Mark and Matej.\r\n\r\nBut also I can confirm, that apps started in debug mode show the log as normal.", "updateAuthor": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-25T16:24:29.000+0000", "updated": "2013-10-25T16:24:29.000+0000" }, { "id": "276851", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This is what I found after my investigation:\n\nWarn, info, and debug information *appears* in the console view when you debug the above app on an iOS simulator (i.e. Right-click > Debug As > iPhone Simulator). Verified on:\n\nTitanium Studio, build: 3.1.3.201309132423, 3.1.4.201310152018\nTi CLI: 3.1.2\nSDK build: 3.1.3.GA\nOS: Mountain Lion (10.8.5), Maverick (10.9)\nXcode: 5.0, 5.0.1\n\n*However,* warn, info, and debug information *do not appear* in the console view when you run the above app on an iOS simulator (i.e. Right-click > Run As > iPhone Simulator) using either Xcode 5.0 or 5.0.1 and targeting Simulator Version 7.0 from Studio. Also, verified on:\n\nTitanium Studio, build: 3.1.3.201309132423, 3.1.4.201310152018\nTi CLI: 3.1.2\nSDK build: 3.1.3.GA\nOS: Mountain Lion (10.8.5), Maverick (10.9)\nXcode: 5.0, 5.0.1 ", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-10-25T20:47:36.000+0000", "updated": "2013-10-25T20:47:36.000+0000" }, { "id": "276897", "author": { "name": "core13", "key": "core13", "displayName": "Malcolm Hollingsworth", "active": true, "timeZone": "Europe/London" }, "body": "Whilst the debug mode does show the logging, it also clears the compiling information when the first entry is displayed.", "updateAuthor": { "name": "core13", "key": "core13", "displayName": "Malcolm Hollingsworth", "active": true, "timeZone": "Europe/London" }, "created": "2013-10-26T12:10:56.000+0000", "updated": "2013-10-26T12:10:56.000+0000" }, { "id": "276962", "author": { "name": "alexpeckham", "key": "alexpeckham", "displayName": "Alex Peckham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I can confirm I have latest version of Titanium (build: 3.1.3.201309132423) and am running Mavericks - I have the same error. I was also experiencing the issue on Mountain Lion before I upgraded the OS. \r\n\r\n", "updateAuthor": { "name": "alexpeckham", "key": "alexpeckham", "displayName": "Alex Peckham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-28T14:55:01.000+0000", "updated": "2013-10-28T14:55:01.000+0000" }, { "id": "277018", "author": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "body": "I can also confirm that with Xcode 5.0.1 all the console is gone :(", "updateAuthor": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-28T20:04:01.000+0000", "updated": "2013-10-28T20:04:01.000+0000" }, { "id": "277033", "author": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "body": "It seems that the log file that before was created in the documentsDirectory is not created anymore for some reason.\r\nI even try to hack the SDK to comment the #ifdef __LOG__ID__ (in main.m) but no love :(\r\n\r\n", "updateAuthor": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-28T21:04:57.000+0000", "updated": "2013-10-28T21:04:57.000+0000" }, { "id": "277038", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi All...we believe this is a result of the simulator version \"7.0.3\" included with XCode 5.0.1. Previous versions of simulators did not include a 3rd segment, and this appears to confuse ios-sim and the CLI. We are working on a fix and hope to have one available in a nightly build shortly.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-10-28T21:45:51.000+0000", "updated": "2013-10-28T21:45:51.000+0000" }, { "id": "277045", "author": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "body": "Thanks a lot, Ingo!", "updateAuthor": { "name": "benutzername", "key": "benutzername", "displayName": "Sebastian Klaus", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-10-28T22:07:58.000+0000", "updated": "2013-10-28T22:07:58.000+0000" }, { "id": "277625", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Pull request: https://github.com/appcelerator/titanium_mobile/pull/4898", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-11-01T06:26:08.000+0000", "updated": "2013-11-01T06:26:08.000+0000" }, { "id": "277711", "author": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "body": "@Chris, Awesome. Can't wait to try this. Any ETA as to when this will be accepted and merged? I really would like to test this out.", "updateAuthor": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "created": "2013-11-01T17:32:00.000+0000", "updated": "2013-11-01T17:32:00.000+0000" }, { "id": "277717", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~animecyc] ASAP :)", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-11-01T17:57:41.000+0000", "updated": "2013-11-01T17:57:41.000+0000" }, { "id": "277833", "author": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "body": "Is there a simple patch I can apply to 3.1.3 to get the output working again?", "updateAuthor": { "name": "mdelmarter", "key": "mdelmarter", "displayName": "Matthew Delmarter", "active": true, "timeZone": "Pacific/Auckland" }, "created": "2013-11-02T10:35:26.000+0000", "updated": "2013-11-02T10:35:26.000+0000" }, { "id": "277842", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~mdelmarter] Sorry, there's no patch. We may backport to 3.1.X, but for now, it's only in 3.2 (master).", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-11-02T17:19:27.000+0000", "updated": "2013-11-02T17:19:27.000+0000" }, { "id": "277956", "author": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "body": "@Chris, Is Nov 14th a good estimate as to when 3.2 (where this fix was made) will be getting released?", "updateAuthor": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "created": "2013-11-04T15:36:49.000+0000", "updated": "2013-11-04T15:36:49.000+0000" }, { "id": "277960", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "[~animecyc] This fix has been merged into master, so you can play with it today. Just don't use CI builds for production work.\n\n{code}\nsudo npm install -g git://github.com/appcelerator/titanium.git\nti sdk install -b master -d\n{code}\n\nTo get back to stable:\n\n{code}\nsudo npm install -g titanium@3.1.2\nti sdk select 3.1.3.GA\n{code}\n\nAs far as the actual release date is concerned, I would say Nov 14th is NOT a good estimate. I'm not sure exactly when 3.2 will ship, but certainly not Nov 14th. I'm sure there's at least one watcher on this ticket that has an approximate release date range.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2013-11-04T15:56:39.000+0000", "updated": "2013-11-04T15:56:39.000+0000" }, { "id": "277961", "author": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Release 3.2.0 is scheduled to be released around the middle of December. We also plan to merge this fix to 3.1.X branch shortly.", "updateAuthor": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-04T15:58:17.000+0000", "updated": "2013-11-04T15:58:57.000+0000" }, { "id": "278158", "author": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "updateAuthor": { "name": "animecyc", "key": "animecyc", "displayName": "Seth Benjamin", "active": true, "timeZone": "America/New_York" }, "created": "2013-11-05T15:30:21.000+0000", "updated": "2013-11-05T15:30:21.000+0000" }, { "id": "278169", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~animecyc] Yes, those dates were adjusted forward to our code freeze dates for planning purposes. That's been moved back.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-05T16:31:13.000+0000", "updated": "2013-11-05T16:31:13.000+0000" }, { "id": "279385", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-11-13T19:25:39.000+0000", "updated": "2013-11-13T19:25:39.000+0000" } ], "maxResults": 43, "total": 43, "startAt": 0 } } }