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

Can someone using Xcode take a look at this

B3AST

Member
Joined
Mar 6, 2010
Messages
364
Reaction score
1
{
@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