Post

Replies

Boosts

Views

Activity

Reply to VisionOS Set Default Window Size
Till visionOS 1.0 beta 7, there is still no way to set the loading window size.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to When to submit to the App Store
Although I have the same question, don't ask Apple anything about the future. 😂
Replies
Boosts
Views
Activity
Jan ’24
Reply to Xcode Organizer unable to get crash logs from physical Vision Pro
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!
Replies
Boosts
Views
Activity
Jan ’24
Reply to Xcode Cloud still lacks the Xcode 15.2 version
Solved.
Replies
Boosts
Views
Activity
Jan ’24
Reply to Xcode Organizer unable to get crash logs from physical Vision Pro
Update Selecting specific app version instead of "All Version" solved the problem.
Replies
Boosts
Views
Activity
Jan ’24
Reply to `WCSession.isComplicationEnabled` is `false` when complication is in Smart Stack
Well, it seems I've completely missed the point.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Xcode 15.3 AppIntentsSSUTraining warning: missing the definition of locale # variables.1.definitions
FB13682631
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to UITextView select All is broken on Mac Catalyst 16
Same here on macOS Sonoma 14.4.1. =。=
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Is there a `isiOSAppOnVision` flag to check iOS app on Vision Pro at runtime?
https://medium.com/@timonus/low-hanging-fruit-for-ios-apps-running-on-visionos-08a85db0fb31
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Dynamic call blocking
Hope is a good thing. 😂 WWDC24, let’s wait and see!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Migrating to WidgetKit, issues with editing Watch Faces on iPhone
@simonfromhelix iOS 18 and watchOS 11 are comming! Looking forward to the new features and new bugs 😂
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Xcode 15.3 AppIntentsSSUTraining warning: missing the definition of locale # variables.1.definitions
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.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Does HealthKit in iOS 17 provide any APIs related to mood tracking?
State of Mind API is available on iOS/watchOS/visionOS beta now.
Replies
Boosts
Views
Activity
Jul ’24
Reply to View.popover(isPresented:) does not show up above TabView on iOS 18
Update Moving the .popover(isPresented:) insides TabView works around the issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to WidgetBundleBuilder crash on #available(iOS 18.0) check: WidgetBundleBuilder includes an unknown OS version
Workaround: Check #available(iOS 18.0, *) at the top level, without using WidgetBundleBuilder.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24