解决方案:先clean,再repair
ZBMAC-C02VQ1ZYO:dq_flutter weichunsheng$ flutter clean
Cleaning Xcode workspace... 2.5s
Deleting build... 258ms
Deleting .dart_tool... 4ms
Deleting .android... 6ms
Deleting .ios... 6ms
ZBMAC-C02VQ1ZYO:dq_flutter weichunsheng$ flutter pub cache repair
Resetting Git repository for flutter_boost 1.9.1+1...
错误信息:
* What went wrong:
Could not determine the dependencies of task ':path_provider:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':path_provider:debugCompileClasspath'.
> Could not resolve project :path_provider_macos.
Required by:
project :path_provider
> Unable to find a matching configuration of project :path_provider_macos:
- None of the consumable configurations have attributes.
来源:oschina
链接:https://my.oschina.net/u/4361193/blog/4292640