Skip navigation.
 
mlRe: How can I fix an error in a XIB file?
FROM : Jonathan Hess
DATE : Mon Mar 03 20:23:33 2008

Hey Brian -

There are two known issues with IB 3.0 and AppKit where toolbars and 
path cells cause this issue during ibtool compilation.  If it's a path 
control that's giving you trouble, I suggest changing the style to 
something other than NSPathStylePopUp and then resetting the style 
from code in awakeFromNib. If you don't have a path control, but you 
do have a toolbar with overflowing items, you can work around the 
issue by either removing the overflowing items, or making the toolbar 
larger. If neither of these issues were the source of your problem, 
could I get you to file a bug report at bugreport.apple.com and 
include the XIB file that fails to compile.

Sorry for the trouble -
Jon Hess


On Mar 3, 2008, at 9:09 AM, Brian Krisler wrote:

> Hi All,
>
> I somehow introduced an error into a XIB file:
>  Description: ibtool failed with exception: Error (1002) creating 
> CGSWindow
>
> If I try to open, what I believe is the offending window, in 
> Interface Builder, it does not display, and
> I get no error.
>
> Am I out of luck and have to recreate my window from scratch?
>
> Thanks for any input.
>
> Brian
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlHow can I fix an error in a XIB file? Brian Krisler Mar 3, 18:09
mlRe: How can I fix an error in a XIB file? Jean-Daniel Dupas Mar 3, 18:27
mlRe: How can I fix an error in a XIB file? Jonathan Hess Mar 3, 20:23