Re: Interface Builder Is Driving Me Nuts
Re: Interface Builder Is Driving Me Nuts
- Subject: Re: Interface Builder Is Driving Me Nuts
- From: "Louis C. Sacha" <email@hidden>
- Date: Tue, 6 Apr 2004 02:11:41 -0700
Hello...
If you go to "Compatibility Checking..." in the File menu when you
have that nib file open, it will tell you what object/feature you are
using that requires the new nib format (usually because keyed
archiving is required, and the old nib format does not support keyed
archiving).
If you only need to support 10.2 and higher, you can go to the
Preferences for InterfaceBuilder , and in the "General" section
select the "10.2 and later format" for new nib files. This will
prevent the problem from occuring in the future (unless you are
opening nib files created by other people). You will probably be
asked if you want to convert each of your old nib files the next time
you open them, but you should only need to say yes once for each nib.
Hope that helps,
Louis
Not only are there major bugs with embedded views where when I click
in the Inspector window it selects items in the document window I'm
editing, but every single time I save a file, the _same_ file,
Interface Builder tells me I need to save it in the 10.2 format.
This is driving me nuts!
Seth Willits
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.