all I did was to add a default.png and tried the sleep(1) method.

When it didnt do what I wanted I removed the png and the sleep(1).

now my app wont start with this error in log (sorry about the formatting):

2011-04-08 15:43:12.353 MyData[2709:207] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<MyDataViewController 0x6a28010> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key myName.'
*** Call stack at first throw:
(
    0   CoreFoundation                      0x0250ab99 __exceptionPreprocess + 185
    1   libobjc.A.dylib                     0x0265a40e objc_exception_throw + 47
    2   CoreFoundation                      0x0250aad1 -[NSException raise] + 17
    3   Foundation                          0x000300f3 _NSSetUsingKeyValueSetter + 135
    4   Foundation                          0x00030061 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 285
    5   UIKit                               0x004ae70a -[UIRuntimeOutletConnection connect] + 112
    6   CoreFoundation                      0x02480d0f -[NSArray makeObjectsPerformSelector:] + 239
    7   UIKit                               0x004ad121 -[UINib instantiateWithOwner:options:] + 1041
    8   UIKit                               0x004aeeb5 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 168
    9   UIKit                               0x0036495f -[UIViewController _loadViewFromNibNamed:bundle:] + 70
    10  UIKit                               0x00362675 -[UIViewController loadView] + 120
    11  UIKit                               0x0036254f -[UIViewController view] + 56
    12  MyData                              0x00002849 -[MyDataAppDelegate application:didFinishLaunchingWithOptions:] + 74
    13  UIKit                               0x002b8f27 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1163
    14  UIKit                               0x002bb3b0 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 346
    15  UIKit                               0x002c53ec -[UIApplication handleEvent:withNewEvent:] + 1958
    16  UIKit                               0x002bdb3c -[UIApplication sendEvent:] + 71
    17  UIKit                               0x002c29bf _UIApplicationHandleEvent + 7672
    18  GraphicsServices                    0x02d66822 PurpleEventCallback + 1550
    19  CoreFoundation                      0x024ebff4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52
    20  CoreFoundation                      0x0244c807 __CFRunLoopDoSource1 + 215
    21  CoreFoundation                      0x02449a93 __CFRunLoopRun + 979
    22  CoreFoundation                      0x02449350 CFRunLoopRunSpecific + 208
    23  CoreFoundation                      0x02449271 CFRunLoopRunInMode + 97
    24  UIKit                               0x002bac6d -[UIApplication _run] + 625
    25  UIKit                               0x002c6af2 UIApplicationMain + 1160
    26  MyData                              0x000027dc main + 102
    27  MyData                              0x0000276d start + 53
    28  ???                                 0x00000001 0x0 + 1
)
terminate called after throwing an instance of 'NSException'

any idea where to start looking oh, btw after I removed the png and cleaned the build it still shows right before the crash...???

link|improve this question
For future reference, if you highlight a block of code and click the little {} button it will format it as code (monospaced font, in a code box, and such). – eldarerathis Apr 8 '11 at 13:53
thx. ..some more text – Martin Apr 8 '11 at 14:03
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.