Re: Compiling a XIB creates a different NIB file everytime

2009-04-20 Thread Jonathan Hess
On Apr 20, 2009, at 1:44 PM, Lyndsey Ferguson wrote: On Apr 20, 2009, at 4:17 PM, Jonathan Hess wrote: A NIB file contains many hash based unordered data structures, and won't have a byte for byte identical representation from one save/ compile operation to the next - even when the represen

Re: Compiling a XIB creates a different NIB file everytime

2009-04-20 Thread Lyndsey Ferguson
On Apr 20, 2009, at 4:17 PM, Jonathan Hess wrote: A NIB file contains many hash based unordered data structures, and won't have a byte for byte identical representation from one save/ compile operation to the next - even when the represented interface is identical. Okay, thanks Jon, Lyndse

Re: Compiling a XIB creates a different NIB file everytime

2009-04-20 Thread Jonathan Hess
Hey Lyndsey - A NIB file contains many hash based unordered data structures, and won't have a byte for byte identical representation from one save/ compile operation to the next - even when the represented interface is identical. Jon Hess On Apr 20, 2009, at 10:47 AM, Lyndsey Ferguson wro

Re: Compiling a XIB creates a different NIB file everytime

2009-04-20 Thread Kyle Sluder
On Mon, Apr 20, 2009 at 1:47 PM, Lyndsey Ferguson wrote: > Everything works fine, but we would expect that the if the XIB file hasn't > changed, the NIB file should be an exact match every time it is created. Where is this promised? If there's so much as one GUID in the resultant NIB then your t

Compiling a XIB creates a different NIB file everytime

2009-04-20 Thread Lyndsey Ferguson
Hello All, I've been asked to look into an oddity that concerns our build team. Our XIB files are being compiled to NIB files differently each time even though no changes have been made. Everything works fine, but we would expect that the if the XIB file hasn't changed, the NIB file shou