Xcode internal error

Joined
Feb 28, 2011
Messages
2
Reaction score
0
Points
1
Hi,
I'm a 14 year old developer for iOS. I was on my 4th application until xcode suddenly stopped working. It will not start and gives me and internal error. Here is the console:

2/28/11 7:02:14 PM Xcode[236] [MT] Uncaught Exception:
-[__NSCFDate unsignedLongLongValue]: unrecognized selector sent to instance 0x20002ec40

Backtrace:
0 0x00007fff82e37796 __exceptionPreprocess (in CoreFoundation)
1 0x00007fff8759b0f3 objc_exception_throw (in libobjc.A.dylib)
2 0x00007fff82e91110 +[NSObject(NSObject) doesNotRecognizeSelector:] (in CoreFoundation)
3 0x00007fff82e0991f ___forwarding___ (in CoreFoundation)
4 0x00007fff82e05a68 _CF_forwarding_prep_0 (in CoreFoundation)
5 0x00007fff81049afe _NSSetUnsignedLongLongValueForKeyWithMethod (in Foundation)
6 0x00007fff810355f5 -[NSObject(NSKeyValueCoding) setValue:forKey:] (in Foundation)
7 0x00000001171927c6 -[XCRemoteIPhone setValue:forUndefinedKey:] (in iPhoneRemoteDevice)
8 0x00007fff810355f5 -[NSObject(NSKeyValueCoding) setValue:forKey:] (in Foundation)
9 0x00007fff810440fd -[NSObject(NSKeyValueCoding) setValuesForKeysWithDictionary:] (in Foundation)
10 0x000000011718e83f -[XCRemoteIPhone initWithPlistRepresentation:] (in iPhoneRemoteDevice)
11 0x0000000100374629 +[XCRemoteComputer itemWithPlistRepresentation:] (in DevToolsCore)
12 0x00000001000ce034 -[XCRemoteComputerManager init] (in DevToolsCore)
13 0x000000010036d621 __54+[XCRemoteComputerManager sharedRemoteComputerManager]_block_invoke_0 (in DevToolsCore)
14 0x00007fff87c85c65 dispatch_once_f (in libSystem.B.dylib)
15 0x00000001000cdef1 +[XCRemoteComputerManager sharedRemoteComputerManager] (in DevToolsCore)
16 0x0000000100002146
17 0x00007fff81025a66 _nsnote_callback (in Foundation)
18 0x00007fff82ddf000 __CFXNotificationPost (in CoreFoundation)
19 0x00007fff82dcb578 _CFXNotificationPostNotification (in CoreFoundation)
20 0x00007fff8101c9ce -[NSNotificationCenter postNotificationName:eek:bject:userInfo:] (in Foundation)
21 0x00007fff8141f6fd -[NSApplication finishLaunching] (in AppKit)
22 0x00007fff8141f350 -[NSApplication run] (in AppKit)
23 0x00007fff814181a8 NSApplicationMain (in AppKit)
24 0x00000001000017a4


On line 20 the face is supposed to be : o (space implied to avoid smiley)
Can someone please help me fix this? I reinstalled xcode, reinstalled mac os x snow leopard and updated everything. I am completely baffled.

Thanks,
Sony
 

chscag

Well-known member
Staff member
Admin
Joined
Jan 23, 2008
Messages
65,248
Reaction score
1,833
Points
113
Location
Keller, Texas
Your Mac's Specs
2017 27" iMac, 10.5" iPad Pro, iPhone 8, iPhone 11, iPhone 12 Mini, Numerous iPods, Monterey
Moved to correct forum. Please read our forum descriptions before posting.
 
Joined
Oct 26, 2009
Messages
128
Reaction score
8
Points
18
This has nothing to do with xcode. if you understand the error it means you are trying to call a method that doesn't exist on the underlying object. The class causing you grief is NSCFDate which is not a public class. A quick Google on NSCFDate might help you further. We can't offer much help without your code. Stack traces are not that helpful without the code generating the error.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top