我正在使用图像资源中的heic图像来减小应用程序大小,从Xcode在设备上运行应用程序时没有问题,但当我为IPA存档应用程序时,它报告"CompileAssetCatalog failed with a no there exit code“。
我使用的是Xcode11.0和iOS 13。
发布于 2020-05-05 05:53:22
我在使用Xcode 11.4.1时也遇到了同样的问题。对我来说,解决方案是将.heic图像重命名为.png。看起来像是苹果的窃听器。
https://stackoverflow.com/questions/58335155
复制相似问题