我正在尝试发布一个flutter插件,当我执行预演时,我得到了这个错误。该插件可以编译,它工作得很好,源代码是here
我该如何修复它?谢谢。
PS F:\Armoury\SourceCode\window_interface> dart pub publish --dry-run
Publishing window_interface 0.1.0 to https://pub.dartlang.org:
...
Directory listing failed, path = '.\example\windows\flutter\ephemeral\.plugin_symlinks\window_interface\example\windows\flutter\ephemeral\.plugin_symlinks\window_interface\example\windows\flutter\ephemeral\.plugin_symlinks\window_interface\windows\include\*' (OS Error: The system cannot find the path specified.
, errno = 3)
PS F:\Armoury\SourceCode\window_interface>发布于 2021-10-02 13:44:32
我重新创建了项目,问题没有出现,另外,项目需要在发布之前进行清理
https://stackoverflow.com/questions/69410277
复制相似问题