Questions tagged [sigabrt]

SIGABRT is a Unix signal sent when a program abnormally stops, often leading to a crash.

The abort signal is received by a program in case of abnormal behavior. If the signal is not caught by the program, it leads to an application crash.

Sources:

844 questions
-4
votes
1 answer

Xcode didn't do anything signal SIGABRT

I've just installed Xcode and tried to run an empty app.It shows this bug, even though I didn't even touch it! The code: import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func…
NeoMent
  • 176
  • 8
-4
votes
1 answer

thread 1: signal SIGABRT error upon building

I don't know what I did wrong. I'm trying to add a RSS feed to another page (There is one of the startup page and one for the page I am working on now) but I don't know why this error is occurring. I have already made sure that all my connections on…
Gabe Zimbric
  • 47
  • 1
  • 6
-4
votes
2 answers

objective-c : iphone programming error (SIGABRT)

this is the error show in console : objc[1589]: Class Account is implemented in both /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk/System/Library/PrivateFrameworks/Message.framework/Message and…
hugo411
  • 320
  • 1
  • 12
  • 29
-4
votes
3 answers

Can't create global function in Objective - C

I'm trying to create global function in Objective-C. I created new .m and h. file with subclass of viewcontroller. This is Connection.m #import "Connection.h" @interface ViewController () @property (strong,nonatomic)…
Mateusz Tylman
  • 271
  • 1
  • 2
  • 17
1 2 3
56
57