Skip navigation.
 
mlRe: How can I fix an error in a XIB file?
FROM : Jean-Daniel Dupas
DATE : Mon Mar 03 18:27:44 2008

This is a know bug. I'have already fill a bug report about it was mark 
as duplicate.

In my case, it was due to an NSPathControl when I was using the 
"Popup" style. It's probably an element that serializes icns image (as 
the AppKit is not able to create NSImage from icns without CGSWindow. 
That oddy as ImageIO is able to handle icns correctly).


Le 3 mars 08 à 18:09, Brian Krisler a écrit :

> 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