I have an iPhone application which i am trying to convert to universal.
I have a viewController that has 2 localized .xib (English and Spanish) files , that work great.
Now in order to target the iPad too , i created a viewController~ipad.xib file which is loaded correctly whenever i run the app in my iPad.
The problem occured when i tried to localize the .xib file and created an English and Spanish version exactly as i did for he iPhone.
Now whenever i run the app in the iPad , instead of getting the ipad .xib i get the iphone on screen!
Any ideas?
*I am not programmatically choosing which .xib file to run (for iphone and ipad) , i just have my files like:
controller.xib
controller~ipad.xib