Issue
I keep getting this error on Android Studio flutter project, although flutter doctor
command shows no issues!
Cannot create link, path = 'C:\Users\UserName\AppData\Local\Pub\Cache\_temp\dir90f89940\ios\Classes\FLTFirebaseAuthPlugin.m'
(OS Error: A required privilege is not held by the client.
, errno = 1314)
pub get failed (66; , errno = 1314))
I tried with pub upgrade
which seams to get dependencies correctly and start updating them, but I didn't know why pub get
give this error.
Update
A workaround seems to be running Android Studio as administrator!
Solution
I have switched ON developer mode in Windows settings (Settings -> Update & security -> For developers) . It worked for me.
Like so:
Answered By - Piotr
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.