在 xcode 3.2.3 中本地化 iPhone 图像的问题

发布于 2024-09-11 23:43:07 字数 504 浏览 3 评论 0原文

星期五下午,希望不同的时区能帮助我解决这个问题......

我有四个文件已在我的项目中本地化。

Localized.strings

InfoPlist.strings

AppData.plist

AppImage.png

对于这些文件,我有一个用于 spa(西班牙语)和 por(葡萄牙语)的 .lproj 文件夹。

它可以很好地处理应用程序中的字符串、InfoPlist.strings 中的应用程序名称以及 AppData.plist 中的数据。但AppImage.png拒绝更改为任何语言!

我对所有文件使用相同的方法(信息本地化添加本地化,​​然后在查找器中复制文件)。我尝试过干净的构建,重置模拟器以及在 3G iPhone 上都得到相同的结果:图像没有改变...

我使用 [UIImage imageNamed:@"AppImage.png"] 加载图像

任何我能找到的线索开始我的故障排除?

谢谢

Friday afternoon and all but hope that different timezones will help me with this...

I have four files that I have 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 fine with the strings in the app, app name in InfoPlist.strings and the data from the AppData.plist. But the AppImage.png refuse to change to any language!

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

I load the image with [UIImage imageNamed:@"AppImage.png"]

Any clues where I can start my troubleshooting?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岁吢 2024-09-18 23:43:07

从来没有让它工作过,所以改用这个解决方案:

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

Never got it to work, so used this solution instead:

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

七月上 2024-09-18 23:43:07

我快要放弃了,但我发现你还必须删除以下文件夹:

~/库/应用程序支持/iPhone
模拟器

I was getting close to giving up, but I found that you have to also delete the following folder:

~/Library/Application Support/iPhone
Simulator

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文