I have the following file structure for localization.
A.xib
->A.xib (Base)
->A.strings (Spanish)
->A.strings (English)
Since it is "Use Base Internationalization". We can expect to have only one xib file and required strings file for the localization.
But, soon as i convert this strings file to .xib (where for each language we have .xib file. This was the case before Base Internationalization). Things start working the iOS simulator and device responds to such changes.
Note:- I had also tried to reset the simulator , clean and created the build but no success.
Don't know why localization fails when I use .strings file for localization.
Any help appreciated for a , small bug consuming more time on Xcode IDE and eating up development time.