Image localization issue for iPhone in xcode 3.2.3

Friday afternoon and all but the hope that different time zones will help me with this ...

I have four files that I localized in my project.

Localizable.strings

InfoPlist.strings

Appdata.plist

AppImage.png

For these files, I have a .lproj folder for spa (Spanish) and por (Portuguese).

It works great with strings in an application, application name in InfoPlist.strings and data from AppData.plist. But AppImage.png refuses to switch to any language!

I used the same method for all files (location-localization-location, and then copied files in finder). I tried a clean build, reset the simulator, and also on the iPhone 3G with the same result: the image does not change ...

Uploading an image using [UIImage imageNamed: @ "AppImage.png"]

Any clues where I can start troubleshooting?

thank

+3
source share
2 answers

Never worked, so I used this solution:

http://www.pushplay.net/blog_detail.php?id=33

+1
source

I was about to give up, but found that you also need to delete the following folder:

~ / Library / Application Support / iPhone Simulator

+1
source

Source: https://habr.com/ru/post/1757317/


All Articles