Hi all,

Does anybody have this problem, even with clean, Apple's provided template for 
QC application in Xcode if you click on MainMenu.xib IB won't load it.

When creating new view in IB and drag-and-dropping QCView, if you try to move 
this QCView it will throw an exception:

Assertion Message: An uncaught exception was raised.

Exception Name: NSUnknownKeyException
Reason: [<QCView 0x119d14820> valueForUndefinedKey:]: this class is not key 
value coding-compliant for the key allowsFileCreation.
User Info: {
    NSTargetObjectUserInfoKey = "<QCView: 0x119d14820>";
    NSUnknownUserInfoKey = allowsFileCreation;
}

Thread 0 Raised an Exception:
0   CoreFoundation                   0x00007fff8626cca6 __exceptionPreprocess + 
150
1   libobjc.A.dylib                  0x00007fff81dfa0f3 objc_exception_throw + 
45
2   CoreFoundation                   0x00007fff862c4999 -[NSException raise] + 9
3   Foundation                       0x00007fff82e9a172 
-[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 245
4   Foundation                       0x00007fff82dc93d1 
-[NSObject(NSKeyValueCoding) valueForKey:] + 420
5   Foundation                       0x00007fff82dccd14 
-[NSObject(NSKeyValueCoding) valueForKeyPath:] + 226
6   InterfaceBuilderKit              0x00000001001e8a1d 
-[NSObject(IBObjectIntegrationInternal) designableAttributesConfiguration] + 315
7   InterfaceBuilderKit              0x00000001001b6c54 
-[NSView(IBViewIntegration) designableAttributesConfiguration] + 42
8   InterfaceBuilderKit              0x00000001001cf4dd -[IBDocument 
putObjects:onPasteboard:forOwner:context:] + 1161
9   InterfaceBuilderKit              0x000000010020fa8f -[IBWindowController 
dragObjects:withImage:inMouseDownEvent:mouseDraggedEvent:imageLocation:allowedOperations:source:draggingSourceContext:]
 + 195
10  InterfaceBuilderKit              0x00000001001d738c 
-[IBViewEditorWindowController 
dragObjects:withImage:inMouseDownEvent:mouseDraggedEvent:imageLocation:allowedOperations:source:draggingSourceContext:]
 + 214
11  InterfaceBuilderKit              0x00000001001da7ed -[IBEditor 
dragObjects:withImage:inMouseDownEvent:mouseDraggedEvent:imageLocation:allowedOperations:dragContext:]
 + 475
12  InterfaceBuilderKit              0x00000001001e1ef6 
-[IBViewEditor(EventTracking) dragSelectedViewsWithMouseDown:andMouseDragged:] 
+ 1458
13  InterfaceBuilderKit              0x0000000100151f84 
-[IBViewEditor(EventTracking) stealMouseDragged:] + 387
14  InterfaceBuilderKit              0x00000001001504e8 
-[IBViewEditor(EventTracking) interceptEvent:] + 149
15  InterfaceBuilderKit              0x000000010014639e 
-[IBEditorWindowController interceptEvent:] + 1418
16  InterfaceBuilderKit              0x0000000100145e08 
-[IBViewEditorWindowController interceptEvent:] + 210
17  InterfaceBuilderKit              0x0000000100145d01 -[IBEditableWindow 
sendEvent:] + 48
18  AppKit                           0x00007fff804a1ee2 -[NSApplication 
sendEvent:] + 4719
19  Interface Builder                0x0000000100003d7d
20  AppKit                           0x00007fff80438922 -[NSApplication run] + 
474
21  AppKit                           0x00007fff804315f8 NSApplicationMain + 364
22  Interface Builder                0x0000000100001c44
23  Interface Builder                0x0000000000000002

This is on Snow Leopard, Xcode 3.2.4 without any QC plugins installed.

Any ideas?

Mirek Rusin
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to