What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Can someone using Xcode take a look at this

B3AST

Member
Joined
Mar 6, 2010
Messages
364
{
@autoreleasepool {
return UIApplicationMain (argc, argv, nil, NSStringFromClass([ProjectAppDelegate class]));
}
}

Getting error "Thread 1: Program Received "SIGABRT"" in this line, can anyone tell me why?
 
Back
Top