Thread 1: signal SIGABRT in Xcode 9 [closed]

痴心易碎 提交于 2019-12-13 23:08:53

问题


SCREEN SHOT OF ERROR

I have been trying to resolve this error for a couple of days. It is a Thread 1: signal SIGABRT error. Any help will be greatly appreciated. The link is a picture of the code.


回答1:


SIGABRT happens when you call an outlet that is not there.

  • No view is connected
  • Duplicate might be there

Outlets are references to storyboard/xib-based UI elements inside your view controller. Make sure whatever you are trying to call is there.



来源:https://stackoverflow.com/questions/46912413/thread-1-signal-sigabrt-in-xcode-9

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!