Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我编写的每个应用程序,在项目结束时,尽管浏览了代码,但我确信我已经留下了未使用的“东西”。是否有一种很好的方法来检查变量和/或属性是否未使用?
实际上,Xcode4 在编辑时已经找到了未使用的变量。
然后是 Xcode 免费提供的静态分析器。
只需通过Product -> Analyze运行它即可使用它
这将在许多其他有用的事情中定位和标记未使用的变量分配。