This is a toolbox that contains different devex solutions for optimizing your iOS application's performance.
- Slow Compile Detection
- Unused Image Detection
- Unused Code Detection
- Recommended Resources
- Contribute
This command uses to check for high compile-time functions and generate reports.
iosdevex -workspace $WORKSPACE -scheme $SCHEME -warnLongFunctionBodies 200 -warnLongExpressionTypeChecking 200
I created another project containing highly recommended articles/resources about iOS app performance that are worth reading. You can find the project here
If you find a bug or you would like to propose an improvement, you're welcome to create an issue.