[MacPorts] #33282: Xcode 4.3 Main thread1 aborts - SIGABRT

MacPorts noreply at macports.org
Fri Feb 17 08:00:54 PST 2012


#33282: Xcode 4.3 Main thread1 aborts - SIGABRT
----------------------------+-----------------------------------------------
 Reporter:  vka3@…          |       Owner:  macports-tickets@…                   
     Type:  defect          |      Status:  new                                  
 Priority:  Normal          |   Milestone:                                       
Component:  ports           |     Version:  2.0.3                                
 Keywords:                  |        Port:                                       
----------------------------+-----------------------------------------------
Description changed by ryandesign@…:

Old 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.'

New 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.'
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/33282#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list