Flutter Build iOS命令总是被卡在└─编译,链接和签名...⣯

发布于 2025-02-13 23:14:32 字数 286 浏览 2 评论 0原文

Running pod install...                                           2,087ms
Running Xcode build...                                                  
 └─Compiling, linking and signing...                            ⣻

Flutter Build ios命令总是被困在└istling,链接和签名...⣯

Running pod install...                                           2,087ms
Running Xcode build...                                                  
 └─Compiling, linking and signing...                            ⣻

flutter build ios command is always stuck at └─Compiling, linking, and signing... ⣯

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

就此别过 2025-02-20 23:14:32

对项目进行备份,然后尝试此

  1. 删除iOS文件夹
  2. flutter创建(带有同名的新项目)
  3. 将iOS文件夹复制到替换删除的文件
  4. 颤动清洁
  5. 扑面运行

make a backup of the project and try this

  1. delete iOS folder
  2. flutter create (new project with same name)
  3. copy iOS folder to the replace deleted file
  4. flutter clean
  5. flutter run
呢古 2025-02-20 23:14:32
  1. 新创建flutter
  2. 副本lib和assent文件
  3. 添加依赖项
  4. flutter iOS构建
  1. new create a flutter
  2. copy lib and assent file
  3. add dependencies
  4. flutter ios build
卷耳 2025-02-20 23:14:32

运行flutter构建IPA后,我遇到了同一问题。老实说,我不知道是什么原因引起了问题。

但是,杀死该过程,重新启动我的计算机并再次运行该过程似乎已经解决了问题。

I have ran into the same issue after running flutter build ipa. I honestly do not know what caused the problem.

However, killing the process, restarting my computer, and running the process again seemed to have fixed the issue for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文