Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27488] IOS: Tab icons are not visible in the default app with SDK 8.2.X for IOS 9.3

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2019-10-24T17:31:06.000+0000
Affected Version/sRelease 8.2.1
Fix Version/sRelease 8.2.1
ComponentsiOS
LabelsengTriage
ReporterLokesh Choudhary
AssigneeChris Barber
Created2019-10-21T21:58:44.000+0000
Updated2020-10-05T06:28:14.000+0000

Description

Steps to reproduce:

1. Create a default 2 tabbed app. 2. Using sdk 8.2.X (I used 8.2.1.v20191021132318) build for IOS 9.3 emulator.

Actual result:

1. We do not see the icons for tab1 & tab2.

Expected result:

1. We do see icons for tab1 & tab2.

Attachments

FileDateSize
Screen Shot 2019-10-21 at 2.54.13 PM.png2019-10-21T21:58:32.000+000066487

Comments

  1. Ewan Harris 2019-10-22

    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 cc [~cb1kenobi]
  2. Chris Barber 2019-10-22

    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. Ti SDK master PR: https://github.com/appcelerator/titanium_mobile/pull/11290 Ti SDK 8_2_X PR: https://github.com/appcelerator/titanium_mobile/pull/11291
  3. Christopher Williams 2019-10-23

    merged to master and 8_2_X
  4. Satyam Sekhri 2019-10-23

    FR Passed. Tab icons shown on iOS simulators
  5. Lokesh Choudhary 2019-10-24

    Verified the fix with SDK 8.2.1.v20191024091801 & latest from master. Closing.

JSON Source