leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
763 stars 104 forks source link

I encountered this when executing the packaging command. How to solve it? ERROR_ACCESS_DENIED file system exception thrown while trying to create a symlink from source to dest #194

Closed msnnyusos closed 3 weeks ago

msnnyusos commented 3 weeks ago

ERROR_ACCESS_DENIED file system exception thrown while trying to create a symlink from source to dest BuildError: Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source! ERROR_ACCESS_DENIED file system exception thrown while trying to create a symlink from source to dest

0 AppBuilder.build (package:flutter_app_builder/src/builders/app_builder.dart:68:7)

#1 FlutterDistributor.package (package:flutter_distributor/src/flutter_distributor.dart:152:27) #2 FlutterDistributor.release (package:flutter_distributor/src/flutter_distributor.dart:329:45) #3 CommandRunner.runCommand (package:args/command_runner.dart:212:13)
lijy91 commented 3 weeks ago

看起来和这个相关 https://github.com/flutter/flutter/issues/120196