Post
Replies
Boosts
Views
Activity
Workaround:
Convert to image.
// widgetRenderingMode == .accented
Image(uiImage: "😄".toImage(fontSize: size))
.resizable()
.scaledToFit()
.luminanceToAlpha()
Workaround:
Check #available(iOS 18.0, *) at the top level, without using WidgetBundleBuilder.
Update
Moving the .popover(isPresented:) insides TabView works around the issue.
State of Mind API is available on iOS/watchOS/visionOS beta now.
Reproducible in Xcode 16 beta. It seems that AppIntentsSSUTraining emits warnings for locales that don't support flexible matching. The thing is broken. So I disabled flexible matching in the build settings, and the warnings are gone.
@simonfromhelix iOS 18 and watchOS 11 are comming! Looking forward to the new features and new bugs 😂
Hope is a good thing. 😂
WWDC24, let’s wait and see!
https://medium.com/@timonus/low-hanging-fruit-for-ios-apps-running-on-visionos-08a85db0fb31
Same here on macOS Sonoma 14.4.1.
=。=
FB13682631
Well, it seems I've completely missed the point.
Update
Selecting specific app version instead of "All Version" solved the problem.
Thank you for the response! However, after trying, I still haven't been able to retrieve the crash logs from visionOS, including after upgrading to yesterday's Xcode 15.2. I will continue to monitor this issue, and if it persists, I will submit a FB. Thanks again!