I have several xib files in my project stored in a bundle. The problem I have is that when compiling my project, Xcode does not generate all the nib files for each xib. Things that I've tried:
- Removing the xib files and adding them back (I thought that it might be a reference problem).
What else could it be ?