Shahzaib
Shahzaib

Reputation: 171

How can I find all unused methods & variables of my project in the XCode?

I want to find all unused methods, variables and code into an old iOS project. Is it possible to find?

Upvotes: 11

Views: 6248

Answers (1)

Mahmoud Abdelwahab
Mahmoud Abdelwahab

Reputation: 71

You can use this script to find unused Swift functions and variables at a specified path. https://github.com/PaulTaykalo/swift-scripts

Upvotes: 2

Related Questions