崩溃报告 - 拥有保证和爆炸

时间:2017-05-16 07:34:51

标签: ios swift

我收到了这份崩溃报告,我不知道怎么读它 -

function signature specialization <Arg[0] = Dead, Arg[1] = Owned To Guaranteed and Exploded, Arg[2] = Owned To Guaranteed and Exploded, Arg[3] = Owned To Guaranteed and Exploded, Arg[4] = Owned To Guaranteed> of LoginViewController.(doneButtonPressed (Swift.AnyObject) -> ()).(closure #1) (LoginViewController.swift:60)

基本性它发生在函数A上,它使用完成处理程序和函数B调用函数B并将该完成处理程序传递给函数C.

这是什么&#34;拥有保证和爆炸&#34; ? 是因为我试图访问一个零对象吗?或者它与我通过完成处理程序这一事实有关,我需要使用@escaping(不要这么认为,因为我将它作为可选项传递)

0 个答案:

没有答案