Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi i am new to IOS APP development and when i try to run the application it throws me this error:
Thread 1: signal SIGABRT
I receive this error in main method of the application, this error comes when i click on login button, of my application.
Please help in this as i am new to ios development and do not know what to do.
Thanks in advance.
Posted

1 solution

I can only guess: the error has to do with your button. A button has to be "connected" with an action handler function. And that "could" be missing or changed. You see it in the interface builder.

I really recommend your the tutorial website of Ray Wenderlich. Think about the video plan, because Objective-C and XCode is hard to understand.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900