FilePicker on Mac Catalyst does not always return the file picked
Description of Change
I'm creating this PR just to spark some discussion about the #11088 issue. The removed lines fixed the issue for me (on Mac Ventura 13.1 arm64). The reason why #11088 happens is because the two delegates compete with each other and if this delegate wins, then no file is picked.
I don't have deeper understanding of the code so that's as much as I know. Also I don't have an iOS device/environment at my disposal to really test it. I tested it only on Mac Ventura 13.1.
Anyway, my hope is that someone will know how to finish this PR.
Issues Fixed
Fixes #11088
Hey there @MartyIX! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
/azp run
Azure Pipelines successfully started running 2 pipeline(s).
I actually faced this issue the other day too.
@rmarinho I did not expect that this would get merged but I'm happy if the patch is actually correct.
Anyway, would you consider adding the suggested backport label?