{ "id": "105733", "key": "TIMOB-11904", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2012-12-03T14:28:00.000+0000", "created": "2012-11-30T07:15:56.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-ios100112", "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": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2017-03-22T21:08:27.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": "Log messages are not logged for Minimum ios version mentioned in Tiapp.xml. There is no info of the version used.\r\nThis is regression since the issue does not occur in 2.1.4 GA.\r\n\r\nSteps to reproduce:\r\n1) Create a project in Studio with an iOS target\r\n2) Edit the tiapp.xml to include the following and save the changes:\r\n\r\n3.2\r\n\r\n3) Build the project for any version iOS simulator and observe logs\r\n\r\nExpected results:\r\nThe following appears in the log:\r\n[INFO] Minimum iOS version 3.2 is lower than 4.3: Using 4.3 as minimum\r\n[INFO] Minimum iOS version: 4.3\r\n\r\nActual:\r\nBuilding for iOS 6.0; using 4.3 as minimum iOS version\r\n", "attachment": [], "flagged": false, "summary": "iOS: Xcode Base - log messages are not logged for Minimum ios version mentioned in Tiapp.xml", "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.v20121128151109\r\nStudio: 3.0.0.201211281826\r\nOS: OSX 10.8\r\nXcode: 4.5.1", "comment": { "comments": [ { "id": "229321", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with the same SDK and Titanium Studio, build: 3.0.0.201211291910 and I am seeing:\n[INFO] Minimum iOS version 3.2 is lower than 4.0: Using 4.3 as minimum\n[INFO] Minimum iOS version: 4.3 Linked iOS Version 6.0\n", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-30T17:32:04.000+0000", "updated": "2012-11-30T17:32:04.000+0000" }, { "id": "229356", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Not repro on any other machines, Anshu please work with Satyam to get this achine into a workable state, or reproduce this issue on a second machine and re-open. thanks.", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-30T19:13:45.000+0000", "updated": "2012-11-30T19:13:45.000+0000" }, { "id": "229462", "author": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The issue is reproducible at our end on 3.0 SDK build and works fine on 2.1.4 SDK. Tried the same scenario on couple of more systems with same environment and could reproduce on one of those as well.\nNote: On both the system on which the issue occurs, when we run the project on iOS simulator using the 3.0 SDK build the console has a title \"Titanium iPhone Simulator - testapp1 [Titanium iOS Simulator] iOS build and deploy\" whereas on 2.1.4 SDK the console has a title \"Titanium iPhone Simulator - testapp1 [Titanium iOS Simulator] iOS Simulator\".", "updateAuthor": { "name": "amittal", "key": "amittal", "displayName": "Anshu Mittal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-01T11:38:00.000+0000", "updated": "2012-12-01T11:38:00.000+0000" }, { "id": "229474", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Thanks for the update Anshu!", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-01T16:25:22.000+0000", "updated": "2012-12-01T16:25:22.000+0000" }, { "id": "229553", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "This is the expected functionality. The minimum iOS version is used in conjunction with the iOS SDK to determine the architecture targets to compile for. If someone, puts an irrational min-ios-ver, the build scripts will correct it.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2012-12-03T14:28:00.000+0000", "updated": "2012-12-03T14:28:00.000+0000" }, { "id": "229566", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "@Chris, the issue is that in the old SDK, it appears to be notifying the user that the correction has occurred. Is it still doing the same in the new CLI? It's a useful message.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-03T15:39:16.000+0000", "updated": "2012-12-03T15:39:16.000+0000" }, { "id": "229696", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "@Ingo, yes, it detects various settings and will display a useful message.\n\nIf the iOS SDK version is >= 6.0 AND the min-ios-ver is < 4.3, then it forces the min-ios-ver to 4.3 and prints \"Building for iOS 6.0; using 4.3 as minimum iOS version\".\n\nIf the min-ios-ver is < 4.0, then it forces the min-ios-ver to 4.0 and prints \"The min-ios-ver of the iOS section in the tiapp.xml is lower than minimum supported version: Using 4.0 as minimum\".\n\nIf the min-ios-ver is > the iOS SDK version, then it forces the min-ios-ver to the specified iOS SDK version and prints \"The min-ios-ver of the iOS section in the tiapp.xml is greater than the specified ios-version: Using as minimum\".", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2012-12-03T23:39:05.000+0000", "updated": "2012-12-03T23:39:05.000+0000" }, { "id": "414958", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as \"Won't Fix\".", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-22T21:08:27.000+0000", "updated": "2017-03-22T21:08:27.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }