I've been building projects in pieces, prototyping different aspects of the whole in separate demo projects. I'm now in the process of migrating class and nib files from the prototypes into the target project and when I do so the nib files aren't behaving as they did in the prototype. I've been doing the migration by using the "Add Existing Files" item in the menu available in the hierarchical project file view.
Has anyone experienced behavior like this, and if you have do you have any suggestions for fixing the problem? In a number of cases I've simply recreated the nib file in the target and that has worked, but I'm trying to migrate a fairly complicated nib file with 3 different views. I'd prefer not to recreate it by hand if I can avoid it.
I'm using Xcode 3.1.4 on Leopard with iPhone SDK 3.1.2.