Opened 13 years ago

Last modified 13 years ago

#33282 closed defect

Xcode 4.3 Main thread1 aborts - SIGABRT — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.