After a reboot this seemed to clear up my problem I can open the xib with sync enabled and my project resources are showing up in the library. Thanks a million Chris.
Roger Jones On Jun 29, 2010, at 11:28 PM, Christopher Wright wrote: >> When I open my application's XIB file in interface builder It raises an >> exception from the QCView: >> >> Interface Builder[2400] [<QCView 0x11da54ec0> valueForUndefinedKey:]: >> this class is not key value coding-compliant for the key allowsFileCreation. >> >> Turning off the preference to synchronize the XIB with the project allows me >> to open an edit the XIB file and my project builds and runs without issues >> but now I'm trying to add some image resources to the project and with sync >> turned off the resources don't appear IB. I don't really understand where >> this error is coming from. > > In terminal, try the following: > defaults delete -globalDomain QCPrivateIBPalette > > Does that make the exception go away? > > If not, please file a bug, and attach the offending XIB/Xcode project. _______________________________________________ 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]

