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.
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.
4w