【问题标题】:Flutter app gets stuck at "Automatically signing iOS..." while runningFlutter 应用程序在运行时卡在“自动签名 iOS ...”
【发布时间】:2020-06-07 19:31:15
【问题描述】:

我正在尝试在我的 iPhone 上运行我的颤振应用程序。当我运行和调试它时,它保持打开状态

Automatically signing iOS for device deployment using specified development team in Xcode project

而且它不会继续。它卡在那里。我尝试运行flutter clean,但它仍然没有工作。 (我做的最后一件事是添加cloud_firestore

更新:

刚刚注意到,当我删除 cloud_firestore 时,它可以工作,但该软件包没有完全安装,并且我无权访问所有 firestore 功能

【问题讨论】:

  • 您是否尝试过在 XCode 中打开您的项目并从那里运行?有时这会提供更好的错误消息。
  • @BenediktJSchlegel 我在 xcode 中收到此错误:The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation

标签: flutter google-cloud-firestore


【解决方案1】:

正如 Benedikt 所说,打开 Runner.xcworkspace 通常更适合运行您的应用程序。为我解决的问题是从钥匙串中删除所有开发人员帐户,然后在 Xcode 中再次添加该帐户。

【讨论】:

  • 我在 xcode 中收到此错误:沙箱与 Podfile.lock 不同步。运行“pod install”或更新您的 CocoaPods 安装
猜你喜欢
  • 2020-08-08
  • 2019-11-07
  • 2020-07-16
  • 2021-04-05
  • 1970-01-01
  • 2020-08-24
  • 2014-05-03
  • 2020-08-14
  • 1970-01-01
相关资源
最近更新 更多