线程1:信号SIGABRT IOS Xcode 5 [英] Thread 1: signal SIGABRT IOS Xcode 5

查看:53
本文介绍了线程1:信号SIGABRT IOS Xcode 5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

int main(int argc, char * argv[])
{
    @autoreleasepool {
        return UIApplicationMain(argc, argv, nil, NSStringFromClass([ProReaderAppDelegate class]));
    }
}

在我尝试使用IOS Simulator中的某些视图后会发生这种情况

This happen after i try to some of the view in IOS Simulator

推荐答案

我遇到了同样的问题!似乎您已链接,可以说是按钮/标签/imageView等,但是您不使用它或它们是重复的:会发生此错误.因此,请转到您的连接检查器:

I had the same problem! It seems that you have linked, lets say a button/label/imageView etc. and you don't use it or they are duplicates: this ERROR will occur. So, go to your Connection inspector:

  • 打开情节提要
  • 检查所有连接并查看/检查是否有重复项,然后将其删除.

这应该摆脱您的问题:)

This should get rid of your problem :)

祝你好运!

这篇关于线程1:信号SIGABRT IOS Xcode 5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆