{ "id": "174278", "key": "TIMOB-27488", "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": "20884", "name": "Release 8.2.1", "archived": false, "released": true, "releaseDate": "2019-10-25" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2019-10-24T17:31:06.000+0000", "created": "2019-10-21T21:58:44.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "engTriage" ], "versions": [ { "id": "20884", "name": "Release 8.2.1", "archived": false, "released": true, "releaseDate": "2019-10-25" } ], "issuelinks": [ { "id": "58773", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "175599", "key": "TIMOB-28168", "fields": { "summary": "Ti.UI.TabGroup Test Suite: Titanium.UI.TabGroup TIMOB-27488 iOS only", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "10100", "description": "This Issue Type is used to create Zephyr Test within Jira.", "name": "Test", "subtask": false } } } } ], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2020-10-05T06:28:14.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": "h5.Steps to reproduce:\r\n1. Create a default 2 tabbed app.\r\n2. Using sdk 8.2.X (I used 8.2.1.v20191021132318) build for IOS 9.3 emulator.\r\n\r\nh5.Actual result:\r\n1. We do not see the icons for {{tab1}} & {{tab2}}.\r\n\r\nh5.Expected result:\r\n1. We do see icons for {{tab1}} & {{tab2}}.", "attachment": [ { "id": "67076", "filename": "Screen Shot 2019-10-21 at 2.54.13 PM.png", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-10-21T21:58:32.000+0000", "size": 66487, "mimeType": "image/png" } ], "flagged": false, "summary": "IOS: Tab icons are not visible in the default app with SDK 8.2.X for IOS 9.3", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Studio Ver: 5.1.4.201909061933\r\nOS Ver: 10.14.5\r\nXcode Ver: Xcode 11.1\r\nAppc NPM: 4.2.15\r\nAppc CLI: 7.1.1\r\nDaemon Ver: 1.1.3\r\nTi CLI Ver: 5.2.1\r\nAlloy Ver: 1.14.1\r\nNode Ver: 10.16.1\r\nNPM Ver: 6.9.0\r\nJava Ver: 10.0.2\r\nSimulator: Iphone 6S IOS 9.3\r\n", "closedSprints": [ { "id": 1169, "state": "closed", "name": "2019 Sprint 22", "startDate": "2019-10-21T15:38:21.747Z", "endDate": "2019-11-03T15:38:00.000Z", "completeDate": "2019-11-04T18:36:57.022Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "452190", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "I can reproduce this when building to any simulator that isn't ios 13.1 (12.4, 12.1, 9.3). Interestingly if I build to an iOS 9 device the icons are there so I'm guessing this is maybe down to the whole simulator selection thing added in https://github.com/appcelerator/titanium_mobile/pull/11228\r\n\r\ncc [~cb1kenobi]", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2019-10-22T12:13:58.000+0000", "updated": "2019-10-22T12:13:58.000+0000" }, { "id": "452194", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "I can reproduce. The icons are indeed visible in iOS 13 simulator, but not in iOS 12 simulator. The problem indeed does stem from the xcodebuild destination. After a bit of research and testing, I've discovered we can set a generic iOS Simulator destination that doesn't do device specific optimizations.\r\n\r\nTi SDK master PR: https://github.com/appcelerator/titanium_mobile/pull/11290\r\nTi SDK 8_2_X PR: https://github.com/appcelerator/titanium_mobile/pull/11291", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2019-10-22T14:51:36.000+0000", "updated": "2019-10-22T14:51:36.000+0000" }, { "id": "452225", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "merged to master and 8_2_X", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2019-10-23T19:36:52.000+0000", "updated": "2019-10-23T19:36:52.000+0000" }, { "id": "452229", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "FR Passed. Tab icons shown on iOS simulators", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-10-23T20:28:22.000+0000", "updated": "2019-10-23T20:28:22.000+0000" }, { "id": "452242", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix with SDK 8.2.1.v20191024091801 & latest from master.\r\nClosing.", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-10-24T17:31:01.000+0000", "updated": "2019-10-24T17:31:01.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }