Home > Blockchain >  Allow VS Code to read download files for Flutter Application
Allow VS Code to read download files for Flutter Application

Time:08-29

I messed up by denying vs code to read my "download files", however, I believe this is an issue found on mac's permission settings (in which I don't know where to find it). I say this because when I downloaded a firebase file (GoogleService-Info (2).plist) I am able to run it in Xcode but not in Vs Code. How can I allow Vs code to read all download files? enter image description here

CodePudding user response:

Apple icon - system preferences - privacy

Select Files and Folders.

Select the checkbox below an app to allow it to access files and folders in that location.

  • Related