I just restarted Xcode and it worked.
Post
Replies
Boosts
Views
Activity
Yes, you if you continue submitting your app with the Today Extension, it will still be available for users running iOS 13 and earlier.
Me too! I tried everything and nothing works.
Edit: also working for me now too.
No. It will remain for them as long as you don't remove it from your project.
Please add this!
Still no fix for this...
It's not that it doesn't change color when the background color is white. There is a low-opacity overlay that will be above any color you put. When you choose red or any other color, the overlay is still there, and the color appears darker, but you do not notice it as much. When you set the background color to white, the overlay is very noticeable. The only way to fix this as of right now is to make the background color of the overlay view .clear.
if let bgView = datePicker.subviews.first?.subviews.first?.subviews.first {
		bgView.backgroundColor = .clear
}
But you will have to run this every time the user changes their appearance.
Same its so funky
Did you end up solving this?
same idk whats going on
having the same issue, big oof.
after remote connecting it shows my vision pro on the right panel, but not as a listed device. and developer mode doesnt show up in settings.
oh wait does it require a apple silicon mac? if so, thats wack!