Opened 13 years ago

Last modified 13 years ago

#33282 closed defect

Xcode 4.3 Main thread1 aborts - SIGABRT — at Version 1

Reported by: vka3@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

int main(int argc, char *argv[])
{
    @autoreleasepool {
        return UIApplicationMain(argc, argv, nil, NSStringFromClass([CalculatorAppDelegate class]));
    }
}
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UILabel 0x6877c40> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key keyPath.'

Change History (1)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.