I have several XIB files in my iOS project for various user table cells. I just added another, but for some reason Xcode will not create this (or any subsequent) XIB in the project!
The appropriate flags are set in the file inspector to enable XIB, and XIB appears in the correct build phase. All XIBs worked as expected up to this point, and no settings were changed in the project

I experimented with adding more XIB with different names, but none of them are embedded in the project (verified by checking the assembly application NIB files).

What's happening? Is this a bug in Xcode? Does anyone know how to solve it?
Update
, NIB , Xcode.