Juce 7 cannot create filebrowser in AUV3 on iOS

Hi,
I’m afraid I’m also being able to reproduce this. same code worked for me and seems broken with latest develop.

This is how my FileChooser is constructed.

fileChooser ("Import Preset", juce::File::getSpecialLocation (juce::File::userDocumentsDirectory), "*" + juce::String (kPresetExtension), Utils::usePlatformDialog()
#if JUCE_IOS
,
false,
getTopLevelComponent() // AUv3 Sandbox requirement
#endif
)

As leehu, also for me the UI ‘freeze’ on GarageBand.

Exact same code works in Standalone and also worked with JUCE 6.0.x builds.