Flutter Could not resolve project :path_provider_macos.

依然范特西╮ 提交于 2020-08-14 18:54:55

解决方案:先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.

  

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!