Post

Replies

Boosts

Views

Activity

Reply to Incorrect Metadata.appintents with Xcode 14.3?
I had the same (or similar) problem in trying to build a simple app that uses AppIntents to create an App Shortcut -- the same error appearing when running the App Shortcut in macOS. I was using Xcode 14.3 on macOS 13.4. Setting aside the problem, I upgraded to macOS 13.5 (Xcode remaining at 14.3) and now, strangely enough, the App Shortcut began working as expected. I was building a Multiplatform app and the error never appeared when running in iOS.
Topic: App & System Services SubTopic: General Tags:
Aug ’23
Reply to SwiftUI toolbar in MacOS 15 bug ?
I was having the same (or similar) problem: crashing when more than one tab opens, resulting in the same error described in this discussion. The problem does seem to be related to a bug when the toolbar method is called on the NavigationSplitView view. I also found that the problem does not occur when toolbar is called on a subview within NavigationSplitView. In attempting to resolve this, I found that the problem also only occurs when the toolbar method is provided with a specific id parameter (i.e.: toolbar(id: "toolbar"){...}). If an id is not provided, I don't get an error. Hopefully this helps narrow-down and isolate the specific cause of the problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’24
Reply to How to use PDFPageOverlayViewProvider?
There's a recent question (asked Nov 1) posted on Stack Overflow, sharing the same problem: How to set PDFPageOverlayViewProvider for PDFView? I'm also having difficulty getting pageOverlayViewProvider to work properly, albeit with NSViewRepresentable.
Replies
Boosts
Views
Activity
Nov ’22
Reply to SwiftUI MagnificationGesture broken in iPadOS 15?
MagnificationGesture has now been deprecated: MagnificationGesture
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Incorrect Metadata.appintents with Xcode 14.3?
I had the same (or similar) problem in trying to build a simple app that uses AppIntents to create an App Shortcut -- the same error appearing when running the App Shortcut in macOS. I was using Xcode 14.3 on macOS 13.4. Setting aside the problem, I upgraded to macOS 13.5 (Xcode remaining at 14.3) and now, strangely enough, the App Shortcut began working as expected. I was building a Multiplatform app and the error never appeared when running in iOS.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to PDF forms with Radio Buttons Do Not Properly Save Properly, Resulting in Loss of User Input
The problem appears to have been fixed with macOS 14.0, iOS 17.0, and iPadOS 17.0. To the unsung hero at Apple, who took the time to fix this, thank you!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15 Fault Message in Debug Console
Having exactly the same problem since updating to Sonoma 14.2 with Xcode 15. Like buster6060 observed, it affects macOS-targeted projects that use TextField.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to SwiftUI toolbar in MacOS 15 bug ?
I was having the same (or similar) problem: crashing when more than one tab opens, resulting in the same error described in this discussion. The problem does seem to be related to a bug when the toolbar method is called on the NavigationSplitView view. I also found that the problem does not occur when toolbar is called on a subview within NavigationSplitView. In attempting to resolve this, I found that the problem also only occurs when the toolbar method is provided with a specific id parameter (i.e.: toolbar(id: "toolbar"){...}). If an id is not provided, I don't get an error. Hopefully this helps narrow-down and isolate the specific cause of the problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to "NSColorPanel.shared.showsAlpha = false" is causing not satisfiable layout constraints (macOS 26)
The exact same problem is also triggered through SwiftUI's ColorPicker(), when supportsOpacity is set to false. As with the original post, the issue is with macOS 26.0 and Xcode 26.0.1 when building a macOS app.
Topic: UI Frameworks SubTopic: AppKit
Replies
Boosts
Views
Activity
Sep ’25