Xcode 4.3 stopped creating XIB files

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

Project settings

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).

Look Mom, no NIB!

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

Update

, NIB , Xcode.

+3
3

Xcode, + , DerivedData.

script cron:

rm -rf ~/Library/Developer/Xcode/DerivedData

0

, . , , :

BlahCell nibs - BlahCell.m , nib.

, ?

0

I deleted the derived data directory, and now the NIB appears in the build product, so I will make it like a mysterious Xcode error.

0
source

All Articles