【发布时间】: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