Hi,
is there a bug ID?
I am seeing the same issue using PHpicker.
iPhone 12 iOS 14.8.1
thanks
Post
Replies
Boosts
Views
Activity
I am a newbie too and upload my first app to TestFlight recently.
Have to upload from Xcode to App Store Connect and then, submit for Apple review before being available (public link or direct invite) for testers.
Was able to test on an iPhone with iOS 16.0 Beta 5 (Build 20A5339d).
I don't get this above error.
But I now, I get another crash.... using QuickLook ViewController.....that I am investigating...
Found solution:-
Added navigationViewStyle of .stack:-
NavigationView{
}
.navigationViewStyle(.stack)