SKUnusedResources:无引用图片检测
https://github.com/shevakuilin/SKUnusedResources
WHC_Scan:无引用的类
https://github.com/netyouli/WHC_Scan
推荐:
安装 Periphery(最精准的Swift/Obj-C死代码检测)
brew install peripheryapp/periphery/periphery
运行扫描(替换 YourProject.xcworkspace)
periphery scan --workspace YourProject.xcworkspace
或使用 xcodeproj
periphery scan --project YourProject.xcodeproj
👉 输出结果示例:
UnusedClass.swift:5:5 warning: Class 'UnusedClass' is unused
UnusedFunction.swift:10:5 warning: Function 'unusedMethod()' is unused