gpt4 book ai didi

ios - XCode (4.6.3) 在复制资源阶段调用 TiffUtil

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:17:15 25 4
gpt4 key购买 nike

有谁知道为什么 Xcode (4.6.3) 会在复制资源阶段启动 TiffUtil 而不是使用 CpResource 将 PNG 文件复制到包中。我现在结束了一些正常的 PNG 图标和闪屏和一些 tiffs。我检查了图像,它们似乎没有任何问题。

谢谢,丹尼尔·德克斯

TiffUtil

最佳答案

我上周遇到了这个!问题出在build设置中。

Combine High Resolution Artwork COMBINE_HIDPI_IMAGES

Combines image files at different resolutions into one multi-page TIFF file that is HiDPI compliant for Mac OS X 10.7 and later. Only image files in the same directory and with the same base name and extension are combined. The file names must conform to the naming convention used in HiDPI. [COMBINE_HIDPI_IMAGES]

它想要将您的 x.png 和 x@2x.png 转换为多页 TIFF。但由于此选项对 iOS 无效,因此您的所有图像都无法正常工作。因此,在build设置中,尝试找到“合并高分辨率图稿”并将其关闭。如果它不在那里,您还可以搜索 COMBINE_HIDPI_IMAGES 标志并将其关闭。

关于ios - XCode (4.6.3) 在复制资源阶段调用 TiffUtil,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20190258/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com