Exceptions raised in Xcode
Exceptions raised in Xcode
- Subject: Exceptions raised in Xcode
- From: Christopher Henrich <email@hidden>
- Date: Mon, 28 Feb 2005 20:19:02 -0500
I have an Xcode project, written in Cocoa, that has started to behave
strangely. In the "Groups and Files" section of the Project window,
there is a group called "Targets," whose icon is, appropriately, a
target. The individual target used to have a target icon itself,
unless my own memory is astray. Now, its icon is something like the
generic Application icon, with a little green circle containing a check
mark. Moreover, there seems to be no "Target Editor" to examine and
modify settings for this target. Clicking the "Info" button in the
toolbar of this window now causes an exception to be raised. This is
the traceback shown in the system console:
2005-02-28 20:05:42.985 Xcode[283] *** Assertion failure in -[NSMenu
itemAtIndex:], Menus.subproj/NSMenu.m:638
2005-02-28 20:05:43.155 Xcode[283] ** INTERNAL ERROR: Uncaught
Exception **
Exception: Invalid parameter not satisfying: (index >= 0) && (index <
(_itemArray ? CFArrayGetCount(_itemArray) : 0))
Stack:
0 0x94eb7cd0 -[TSException raise]
1 0x90aa91bc -[NSAssertionHandler
handleFailureInMethod:object:file:lineNumber:description:]
2 0x92e04ec8 -[NSMenu itemAtIndex:]
3 0x97912154 -[PBXBuildSettingsInspectorPane
currentInspectedItemsChanged:]
4 0x909f7078 -[NSArray makeObjectsPerformSelector:withObject:]
5 0x9791b16c -[PBXInspectorPanel
inspectModule:onlyIfNeeded:xcSelection:]
6 0x97956c50 -[PBXInfoInspectorPanel initWithInspectedItems:]
7 0x979187f8 -[PBXInspectorController newInfoInspector:]
8 0x90836730 _objc_msgSendv
9 0x909fabec -[NSInvocation invoke]
10 0x90a2f594 -[NSInvocation invokeWithTarget:]
11 0x909fcfcc -[NSObject(NSForwardInvocation) forward::]
12 0x9083680c __objc_msgForward
13 0x92f2afb8 -[NSToolbarButton sendAction:to:]
14 0x92f2af58 -[NSToolbarButton sendAction]
15 0x92eaadd4 -[NSToolbarItemViewer mouseDown:]
16 0x92e03174 -[NSWindow sendEvent:]
17 0x92df5838 -[NSApplication sendEvent:]
18 0x977339f4 -[PBXExtendedApplication sendEvent:]
19 0x92dfdc50 -[NSApplication run]
20 0x92eba2b4 _NSApplicationMain
21 0x0000a1cc
22 0x8fe1a554
Details:
Processor = Dual 867 MHz PowerPC G4
1 MB L3 cache per processor
Memory = 256 MB DDR SDRAM
OS = Mac OS X Version 10.3.8
Xcode = Xcode 1.5.
(Hmm... maybe I should update my version of Xcode?)
Thanks in advance for any help.
Chris Henrich
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden