Swift崩溃 - SIGABRT - 如何跟踪崩溃

时间:2017-11-24 10:02:12

标签: ios swift xcode debugging google-signin

我完全不熟悉Swift,Xcode和Mac上的编程。

我已经开始处理某种应用,我真正做的就是添加Firebase(有效),然后尝试添加Google登录。真的没有别的东西存在。所以确实有一个Google登录按钮。我认为当我将一个属性连接到Google登录按钮时,崩溃就开始了。

唉,我是新手,我甚至不知道如何正确调试。有人可以成为助手吗?

我的代码:

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool 
{
        // Override point for customization after application launch.
        FirebaseApp.configure()

        GIDSignIn.sharedInstance().clientID = 
        FirebaseApp.app()?.options.clientID

        GIDSignIn.sharedInstance().delegate = self

        return true
}


override func viewDidLoad()
{
    super.viewDidLoad()
    GIDSignIn.sharedInstance().uiDelegate = self    
}

这是财产:

@IBOutlet weak var googleLoginButton: GIDSignInButton!

1 个答案:

答案 0 :(得分:0)

please do as in images

enter image description here

然后尝试运行您的项目,以便获得应用崩溃的那一行