Post

Replies

Boosts

Views

Activity

Reply to DocumentGroupLaunchScene corrupts the toolbar for DocumentGroup content views.
I have this problem too. But also how do you use DocumentGroupLaunchScene with the prepareDocument closure? It's crashing for me when I do something like this: DocumentGroupLaunchScene(Text("MyApp")) { NewDocumentButton("New") NewDocumentButton("New...", contentType: .myDocument) { try await withCheckedThrowingContinuation { continuation in documentCreationContinuation = continuation showTemplatePicker = true } } .fullScreenCover(isPresented: $showTemplatePicker) { TemplatePicker(documentCreationContinuation: $documentCreationContinuation) } } background: { Image("BackgroundImage") .resizable() } }
Topic: UI Frameworks SubTopic: SwiftUI
May ’25
Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
Also happening with LNPopupUI Package. I tried using both the regular and static versions and same error. SettingsError: noExecutablePath(<IDESwiftPackageStaticLibraryProductBuildable:ObjectIdentifier(0x000060007a2bc900):'LNPopupController-Static'>)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to NewDocumentButton in DocumentGroupLauchScene crashes for SwiftData Document-Based App
I modified the SwiftDataFlashCardsSample app from WWDC and it has the same problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to DocumentGroupLaunchScene corrupts the toolbar for DocumentGroup content views.
I have this problem too. But also how do you use DocumentGroupLaunchScene with the prepareDocument closure? It's crashing for me when I do something like this: DocumentGroupLaunchScene(Text("MyApp")) { NewDocumentButton("New") NewDocumentButton("New...", contentType: .myDocument) { try await withCheckedThrowingContinuation { continuation in documentCreationContinuation = continuation showTemplatePicker = true } } .fullScreenCover(isPresented: $showTemplatePicker) { TemplatePicker(documentCreationContinuation: $documentCreationContinuation) } } background: { Image("BackgroundImage") .resizable() } }
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
May ’25
Reply to NewDocumentButton in DocumentGroupLauchScene crashes for SwiftData Document-Based App
Feedback filed: FB17589830
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25