In xcode 15 I’m getting the following warning in the log multiple times whilst testing my app in the simulator (iOS 17). I haven’t left the app when these warnings appear, they just seem to come up during normal use of the app when moving between views.
Snapshotting a view (0x10e348da0, _UIButtonBarStackView) that is not in a visible window requires afterScreenUpdates:YES.
Is this something I should be worrying about and if so, what should I be doing to fix it?
I’ve tried looking for this warning but the results I’ve found seem to suggest it happens when leaving an app or possibly when the keyboard comes and goes. I’m not using any keyboard features or editing when this warning appears.
ChrisUK is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.