when i run my application it receive a SIGBART error in main.m class.
#import <UIKit/UIKit.h>
int main(int argc, char *argv[])
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
int retVal = UIApplicationMain(argc, argv, nil, nil);
[pool release];
return retVal;
}
The application returns an error as “Program Received a signal SIGBART” in UIApplicationMain().
Just “Quit” your simulator and try again.
Or give some more details.