Interface Builder mark my file as modified each time I load it
Interface Builder mark my file as modified each time I load it
- Subject: Interface Builder mark my file as modified each time I load it
- From: David Geldreich <email@hidden>
- Date: Fri, 28 Nov 2008 13:27:47 +0100
Hello,
I am maintaining an "old" application that have a big (~40 dialogs,
~40 controllers, ...) NIB 2.X file.
If I "File | Save As..." this file in XIB 3.X format then each time I
open this XIB file in IB, IB shows this file as modified.
If I do an "svn diff", it seems to be mostly objects "loosing" their
id= and others having ref= numbering changed
<reference key="NSOnImage" ref="904279179"/>
- <reference key="NSMixedImage" ref="522182638"/>
+ <reference key="NSMixedImage" ref="437687626"/>
</object>
<object class="NSMenuItem" id="1030139131">
<reference key="NSMenu" ref="964892035"/>
- <string key="NSTitle" id="847083837">Quit Modul8</
string>
- <string key="NSKeyEquiv" id="422453787">q</string>
+ <string key="NSTitle">Quit Modul8</string>
+ <string key="NSKeyEquiv">q</string>
This "modified" problem does not happen if I use NIB 3.X or NIB 2.X
format.
The problem does not arise with other .xib file. However ibtool does
not report any error on this file.
ibtool --errors MainMenu.xib reports nothing
ibtool --warnings MainMenu.xib reports nothing
ibtool --notices MainMenu.xib reports only IBIllegalGeometry warnings
I have tried "File | Decompose Interface" to refactor this "too big"
IB document but it does manage to extract only 5 dialogs from the 40.
From the 6 generated little files, 5 are working OK with IB, and one
is having the same "modified" problem.
What can I do to pinpoint where is the problem in this IB document ?
Thanks in advance.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden