Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to solve the SIGABRT error in Xcode 3 ?

I've built an iOS app and SIGABRT makes it crash . The app uses accelerator . I use the latest version of Xcode 3 (3.2.6) . How to sovle the problem ?

Xcode-OTHER

Posted on Mar 7, 2012 8:10 AM

Reply
6 replies

Mar 7, 2012 8:56 AM in response to Xcoder

XCode is a pretty lousy delouser. It's debugger is usually not very informative and robust compared to other modern IDE's such as Visual Studio, Eclipse, and Netbeans.


SIGABRT is the bane of every iOS programmer. It means something is wrong with your code or you have a broken reference in one of your NIBs.


My best suggestion is to use the breakpoints to isolate where it crashes, and go through each of your views to see if you are using a reference that no longer is valid.

Mar 7, 2012 9:41 AM in response to Xcoder

Breakpoints are little blue arrows you create by clicking on the left side of each line. When you run your app in the emulator, it will pause at these points so you can hover your cursor over your variables to see what values they contain at that point in time.


I would definitely spend some time researching and learning about Xcode's debugger. It makes life a little bit easier when your code is not working the way you want.

How to solve the SIGABRT error in Xcode 3 ?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.