Hi,
On visionOS 27 simulator accessoryRectangular widget shows completely blank with no text.
The same widget shows up correctly on iOS 27 simulator.
What I have tried:
- I have checked the timeline provider and they all seem to be generating timeline entries.
- supportedFamilies include accessoryRectangular
- I have even hard coded the content in the view for the widget yet only
accessoryRectangularfor visionOS 27 shows up blank.
Isolated problem
- The same widget shows up correctly on iOS 27 simulator.
- The problem is only with visionOS 27.
Environment:
- macOS: 26.6.1 (25G76)
- Xcode: 27.0 beta 5 (27A5237l)
- Simulator: visionOS 27.0
Questions
- What am I missing?
- How can I resolve it?
- Is this a known issue?
- Has anyone gotten
accessoryRectangularwidget showing up on visionOS 27 simulator?
Any help on this would be much appreciated.