문제

I'm trying to clean up my project in iOS XCode. I know you can do this in other tools but I'm unsure with Xcode. I have googled but I'm getting the impression this can't be done. Is there a way to search your project for unused items i.e. images and then remove them if not required?

도움이 되었습니까?

해결책

Have you heard about Slender : is one of tools that tells you which asset files aren't being used. Along the way, you can also see which assets are missing their @1x counterparts, or if your @2x images have incorrect pixel

Slender Link

Hope it helps.

There is also one question that helps you too How to find unused images in an XCode project?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top