PHPickerViewController did timeout

On Xcode 12 Beta 6, on Simulator, I cannot present a PHPickerViewController. I get the error message:

Code Block
[Picker] Picker failed with error: Error Domain=PXErrorDomain Code=-1 "PHPickerViewController did timeout." UserInfo={NSDebugDescription=PHPickerViewController did timeout.}


And the view that is presented says, "Picker Unavailable".

This is occurring in an existing app. If I start a new project and copy the presentation code, it works as expected.


I'm also having the same issue! Did you find a solution?

Thanks
Please file a bug report with repro steps / a sample project if possible.

It's possible that you will see the timeout message when the system needs more time to init the picker.
I have seen this too, but unable to reproduce. Happened to a user with 72000 photos. Unfortunately, there was no cancel / close button, not sure if that's a bug or something to do with my apps usage of UIAppearance.

Can share a screenshot but apparently no way to do that here.
PHPickerViewController did timeout
 
 
Q