File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -848,8 +848,11 @@ which also allows to access files outside the app sandbox.
848
848
849
849
** BEWARE :** On ** macOS (Catalyst )** for this function to work you MUST go to
850
850
_Signing & Capabilities_ settings of your project, and inside its _App Sandbox_
851
- section to set _File Access_ > _User Selected Files_ to _Read/Write_ or _Read_
852
- value. If it is left at the default _None_ value the call to [pickFile()] will
851
+ section to set _File Access_ > _User Selected Files_ to _Read/Write_ value
852
+ (with just _Read_ the file picker on **macOS ** opens and seemingly works ,
853
+ but rather than returning the picked up URL , it signals the operation has been
854
+ cancelled ).
855
+ If it is left at the default _None_ value the call to [pickFile()] will
853
856
crash the app.
854
857
855
858
- `options` — [PickFileOptionsT ] & mdash ; Optional parameters . By default ,
You can’t perform that action at this time.
0 commit comments