guest7772 0 Newbie Poster

hey there,

I´m working on xCode, and theres a problem i don´t know how to solve it.
in my main.m funktion is a error: thread 1: signal SIGABRT

int main(int argc, char *argv[])
{
    @autoreleasepool {

        return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));   <---- thread 1: signal SIGABRT
    }
}

could you please help me?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.