I localized and xib files to two languages , the xib contains a UIImageView and UIButtons that I set the value of their image property for the Interface Builder, when i use localized images to set these properties everything works ok and the images appear on run time , but when i use non localized image the images just don't show and i get this on the log
"Could not load the "greenBackgroundImage.png" image referenced from a nib in the bundle with identifier "(null)"
I don't want to end up localizing all my images even if I'm using the same image for both languages.
any help is appreciated