I noticed an issue in XCode 4.2 where some localized NIBs don't load the correct image from their respective language bundle.
In one of my controllers, I have several image views. In the English version, I have noticed that some image views grab the french version of the images that are supposed to be loaded on them. The same thing happens to the French version of the NIB.
I have obviously double-checked my image resources and verified that the french images are correctly stored in both the "en.lproj" and "fr.lproj" folders.
Has anyone run into this issue before? The biggest head-scratcher is everytime I run the project, whether in the simulator or the actual phone, the images seem to flip-flop consistently. I don't even have manual calls in my controller to load images. All images are just preset via the NIB.