gpt4 book ai didi

ios - Firebase 配置快速崩溃

转载 作者:行者123 更新时间:2023-11-30 12:03:10 26 4
gpt4 key购买 nike

配置 firebase 时应用程序崩溃,无法解决

错误:libc++abi.dylib:因 NSException 类型的未捕获异常而终止

代码:

import UIKit
import Firebase
import FirebaseDatabase
import CoreData
import IQKeyboardManagerSwift


let mainUrl = "https://gopolly.com/well.php/"

@UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate
{
var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool
{

FirebaseApp.configure()
IQKeyboardManager.sharedManager().enable=true

return true
}

enter image description here

最佳答案

  1. 检查应用程序是否可以在没有 Firebase 的情况下正常运行。删除或注释掉与 Firebase 的连接线。
  2. 如果应用程序运行正常,没有错误,则返回到初始代码并检查 GoogleService-Info.plist。 BUNDLE_ID 必须与应用程序的 bundle 标识符相同。

关于ios - Firebase 配置快速崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46972971/

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