Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Document-Based App Issues: Files Don't Appear in "Recents" When Created
I had to uncheck the support for "iCloud Documents", and it started working!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to iOS 18.4.1 breaks SwiftUI's DocumentGroup?
Is there a solution for ios 18.4? We have 30k+ users affected and it makes like half of our app unusable.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to Duplicate toolbar item and wrong document name in SwiftUI document based app
There is also an issue on iOS 18.3: whenever I change the name of the file, the toolbar items disappear.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to DocumentGroup opens an empty document on Mac Catalyst when the "Optimize for Mac" is checked
Thank you, filed one here: FB15689459
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to DocumentGroupLaunchScene corrupts the toolbar for DocumentGroup content views.
DocumentGroup is so broken. Every new Xcode seem to produce just more and more issues with it.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’24
Reply to Crash on launch from all TestFlight builds, but when loading the app from Xcode
This is fixed in the latest Xcode!
Replies
Boosts
Views
Activity
Sep ’24
Reply to Symbol missing when building in Xcode cloud with Xcode 16 beta and running on macOS 14.6
If a lot of our package dependencies use the NSDecimal, that means that we cannot ship until for iOS 18 on day one?
Replies
Boosts
Views
Activity
Sep ’24
Reply to Symbol missing when building in Xcode cloud with Xcode 16 beta and running on macOS 14.6
Same here! We basically cannot launch with iOS 18, because of this bug... The problem is that we have a lot of dependencies that use this, so we cannot make a viable workaround.
Replies
Boosts
Views
Activity
Sep ’24
Reply to How to show programatically a DocumentGroup in visionOS?
// When it is dismissed, there is no way to bring it back. DocumentGroup(newDocument: { TestDocument() }) { file in ContentView() } // I can bring it back by opening it with its ID. WindowGroup(id: "TestWindow") { TestWindowView() } .windowStyle(.plain) Here is some more information about the issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Xcode 14.1 beta won't build when the GameController module is imported
The problem is, that I would like to work with ActivityKit, which is enabled in 14.1 :((
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 14.1 beta won't build when the GameController module is imported
I have the exactly the same issue.
Replies
Boosts
Views
Activity
Sep ’22