I have a brand new MacBook Pro with a new download and install of xcode 4.3.3. When I start a new "Single View" iPad project and immediately try to run it with no modifications (iPad 5.1 Simulator), I get the following in the Target Output and this line in the main.m file is highlighted
I am new to xcode but not programming. Since there are no modifications to the initial code, I assume there is something wrong with the installation or configuration of xcode? Any help would be appreciated!
Code:
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
I am new to xcode but not programming. Since there are no modifications to the initial code, I assume there is something wrong with the installation or configuration of xcode? Any help would be appreciated!
Code:
*2012-07-10 08:25:34.569 cmi3[355:f803] *** Terminating app due to uncaught
exception 'NSUnknownKeyException', reason: '[<UIApplication 0x6868730>
setValue:forUndefinedKey:]: this class is not key value coding-compliant
for the key view.'*
**** First throw call stack:*
*(0x13c7022 0x1558cd6 0x13c6ee1 0x9bf022 0x930f6b 0x930edb 0x94bd50
0x23371a 0x13c8dea 0x13327f1 0x23226e 0x233eb7 0x10ce1 0x10ff8 0x1017f
0x1f183 0x1fc38 0x13634 0x12b1ef5 0x139b195 0x12ffff2 0x12fe8da 0x12fdd84
0x12fdc9b 0xfc65 0x11626 0x1d5d 0x1cc5)*
*terminate called throwing an exception**(lldb) *