颤振——哎呀;颤振意外退出:“FileSystemException:删除失败,路径='...\.ios')
Posted
技术标签:
【中文标题】颤振——哎呀;颤振意外退出:“FileSystemException:删除失败,路径=\'...\\.ios\')【英文标题】:FLUTTER - Oops; flutter has exited unexpectedly: "FileSystemException: Deletion failed, path = '...\.ios' )颤振——哎呀;颤振意外退出:“FileSystemException:删除失败,路径='...\.ios') 【发布时间】:2021-10-26 11:12:24 【问题描述】:Flutter ios 目录被误删
Oops; flutter has exited unexpectedly: "FileSystemException: Deletion failed, path = 'C:\Users\USER\androidStudioProjects\flutter_project\.ios' (OS Error: The directory is not empty. , errno = 145)".
这个问题的解决方法如下。
【问题讨论】:
【参考方案1】:解决方案是:
在你的颤振项目中运行下面的命令
1. flutter clean
2. pub get
错误将会消失
【讨论】:
以上是关于颤振——哎呀;颤振意外退出:“FileSystemException:删除失败,路径='...\.ios')的主要内容,如果未能解决你的问题,请参考以下文章