I was having a similar issue (sheets showing up blank). I changed the sheet's view to use @Binding instead of @ObservedObject.
That solved my issue.
I hope this helps.
Post
Replies
Boosts
Views
Activity
I was having the same issue using SwiftUI. But building a new project, using storyboards, revealed that the error was with my Info.plist strings. Apparently just a word or two is insuffcient.Hopefully we'll get error messages passed through in SwiftUI soon.Using longer strings solved my issue. I really hope this helps.Cheers.