Is there a good way to use NIB (or XIB) files when working with branches?
When I try to do this, most of the time the merging of topic branches does not really work. Autogenerated IDs change very frequently and all over the place, which provokes conflicts. The changes in the XIB are not human-parsable, so the manual merging does not work, either.
How do you deal with this issue? Is there some non-obvious technique, or do you avoid branches that contain Cocoa UI elements? Should one completely exchange/replace XIB files using a different name, if they are changed in a branch, as a workaround?