Opened 12 years ago

Closed 12 years ago

#33282 closed defect (invalid)

Xcode 4.3 Main thread1 aborts - SIGABRT

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

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

Description: modified (diff)

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Xcode 4.3 was just released and several aspects of MacPorts 2.0.3 and the ports we currently have are probably incompatible with it. I recommend you use Xcode 4.2.x until we can sort this out.

However, it's unclear from your report what component you're having a problem with: a port (what port?) or MacPorts base (what part?).

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

comment:4 Changed 12 years ago by raimue (Rainer Müller)

Resolution: invalid
Status: newclosed

If this is meant to describe a bug with the compiler provided by Xcode 4.3, please file a bug report with Apple.

Note: See TracTickets for help on using tickets.