gpt4 book ai didi

ios - 无法在 Xcode 中使用 firebase auth 构建 flutter 应用程序

转载 作者:行者123 更新时间:2023-12-04 12:31:15 25 4
gpt4 key购买 nike

我正在构建一个带有 firebase_auth 的 flutter 移动应用程序来进行身份验证。它在安卓上运行良好。但是当我尝试使用 xcode 在 ios 上构建它时,它给了我一系列错误。

我使用 xcode 在 Runner 文件夹中添加了 GoogleService-info.plist 文件,并在 AppDeligate.swift 文件中添加了 Firebase.configure() 代码。但仍然不适合我。

enter image description here

最佳答案

实际上,如果您使用 Flutter 开发 iOS 应用程序,则无法在 Xcode 中构建。您必须使用 Flutter 进行构建。

flutter clean
flutter build ios

然后

Xcode -> Product -> Destination -> Any iOS Device

Xcode-> Product -> Scheme -> choose scheme -> Runner

Xcode-> Product -> Archive

或者

flutter clean
flutter build ipa

然后

Xcode-> Product -> Archive

关于ios - 无法在 Xcode 中使用 firebase auth 构建 flutter 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68885266/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com