On Sep 21, 2009, at 11:54 AM, Robert Mullen wrote:

I have a problem with IB 3.2 in one of my plugins. I get the following error message:

ibtool failed with exception: Some objects didn't get the ibBeginArchivingDocument:withContext: callback. A class has probably overriden the method without calling through to super.

I don't want a solution to my problem necessarily as much as I would like to know how to go about tracking this down. I am using three custom IB plugins and one has a bit of a dubious history in my project already. I have tried to open up the XIB in question to see the error but it does not show up until and attempt is made to save. I wonder if it is possible that one of these plugins has emitted XML into the XIB that it then failed to cleanup and if that could be the source of my problem. I have looked at the XML but it is pretty arcane and interwoven so surgery at that level is a somewhat daunting prospect. Any tips or tools that might help me figure out what is going on?

Hey Robert -

I might try opening the document, deleting all of the objects from one 3rd party plug-in, and saving to see if it reproduces. Repeat this with each plug-in and see if you find that one of the objects from one of the plug-ins is causing the failure. That assertion failure would indicate that the plug-in is using private Interface Builder API, and isn't using it properly. If the problem isn't caused by one of the third part plug-ins, I would file a bug at http://bugreport.apple.com/.

Jon Hess


TIA
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/jhess%40apple.com

This email sent to jh...@apple.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to