How to remove unused images from an Xcode project

I follow this link to find unused images from an xcode project, but they do not work well for me. I tried to answer Rob and answer Roman, but they give me all the png images. I tried using tool , he also gave me all png images

EDIT

The way to use Im with a script
1) I copy the script and paste it into the terminal and press Enter.

2) save the script file in txt and in the terminal I type sh myscript.txt

enter image description here

+4
source share
1 answer

Hi, there is a tool called Unused to search for unused resources.

, .

+14

Source: https://habr.com/ru/post/1530391/


All Articles