Launch Screen set via info.plist is still buggy in iOS 26. This stack overflow answer is the only thing that finally fixed it. You have to set your svg width and height inside the file manually. I set it to width="390px" height="844px" and it finally worked.

https://stackoverflow.com/a/68061450

#iosdev #swiftui #buildinpublic

As a reference, this is what it looks like without the adjustment..