在pubspec.yaml中添加objectbox_generator
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
build_runner: ^2.1.4
objectbox_generator: any给出这个错误
Cannot create link, path = 'D:\google\flutter\pub\cache\_temp\dirfb7ac440\integration-tests\basics\pubspec.yaml' (OS Error: A required privilege is not held by the client.
, errno = 1314)发布于 2021-10-16 14:32:22
在Windows上,在File Explorer中打开项目,然后单击左上角的File,然后单击expand more或Open Windows Powershell箭头,然后在run flutter pub get中选择Open Windows Powershell as administrator now
https://stackoverflow.com/questions/69596248
复制相似问题