图标未出现在 iPod 上;使用模拟器时会出现

发布于 2024-11-17 07:01:12 字数 196 浏览 2 评论 0原文

在构建我的应用程序并将其发布到我的第一台设备进行测试后,我注意到有几个 PNG 文件没有显示,就好像它们不存在一样。它们在模拟器中看起来很好。出于测试目的,我只是从书中复制了几个 PNG 文件,并用这些文件替换了我的文件。书中的 PNG 看起来不错,所以我倾向于认为我创建文件的方式不正确。

有没有特殊的方法来保存PNG?它们在模拟器和真实设备中的显示是否不同?

After building my application and releasing it to my first device for testing, I noticed that a couple of the PNG files are not showing up, as though they don't exist. They appear fine in the simulator. For testing purpose, I just copied couple of PNG files from a book, and replaced mine with those. The PNGs from the book appear fine, so I tend to think that the way I created my files is not correct.

Is there a special way of saving PNGs? Do they appear differently in the simulator vs real devices?

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

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

发布评论

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

评论(1

一绘本一梦想 2024-11-24 07:01:12

iOS 设备具有区分大小写的文件系统,而模拟器则没有。这意味着需要检查加载/保存任何图像(包括 XIB)的任何代码,以确保大小写与文件相同。

iOS Devices have case-sensitive file systems, whereas the simulator does not. That means any of your code which loads/saves any images, including XIBs, needs to be checked to ensure the casing is identical with the file.

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