Text shows for a sec and fades away from widget on medium and large widget size

I have an app in the store and I've been reluctant to release an update because of the flickering widget issue.

Anyhow, bit the bullet and installed Xcode 12.2 beta 2 to see if maybe the flickering widget issue was resolved and I found a new possible bug....

If I pin a medium or large sized widget to the screen, when you first see the widget (either returning to the home screen or swiping to the page on the home screen that has the widget) the text shows up as it should, but then some of the text quickly fades away to become invisible. Oddly, the small widget size works just fine. Anyone else seeing this issue? Is it just a simulator bug? Or is this going to show up whenever 14.0.2 goes live???

This widget works fine on 14.0.1 but not on 14.2 (beta)

Wish I could post a link to the video or upload the video to show what I'm talking about. If you search "Sinime iOS widget issue", my video should be near the top and it is 16 seconds long. notice the medium sized widget near the top of the screen and how the center text disappears from it. Also shows a small sized widget, where the text in the center does not disappear.


Are you using one View struct to display both widgets, or is there a separate View for each widget size? If not, then perhaps you're displaying the wrong snapshot or the timeline is wrong?

If the Views are different, perhaps there's something in there that's causing it to disappear on the medium-sized widget?
Turns out the issue only seems to happen in the simulator, prior to 14.3.
Text shows for a sec and fades away from widget on medium and large widget size
 
 
Q