Asset Catalog Compiler Error

后端 未结 13 965
慢半拍i
慢半拍i 2020-12-30 23:55

I\'m not sure what I did to get this error in Xcode 5:

\"None of the input catalogs contained a matching app icon set named \"AppIcon\"\".

My app was build

13条回答
  •  离开以前
    2020-12-31 00:37

    Simple Solution:

    I was stuck in this issue and after reading "@Michael Enriquez" post, I realized that this problem occurred due to wrong formatted image resource, I was worried how to check which file I saved incorrectly if I have so many image resources. So I just used a software named ImageOptim from AppStore which I normally use for reducing image sizes, so I dragged all the images to ImageOptim and I realized the wrong file, ImageOptim showed a cross sign on the wrong formatted image, then I changed that specific image to png and my problem is solved. I hope this solution will help you. Have a look at the snapshot below:

提交回复
热议问题