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.
有没有办法让 XCode 在未使用的导入和包含时显示警告消息?
据我所知,没有办法直接从 Xcode 执行此操作。
您可以检查«Include What You Use»,这是一个使用 Clang 检测不必要的包含标头的开源项目。
http://code.google.com/p/include-what-you-use/
找出哪些导入或包含是不必要的最好方法是一一注释它们并尝试编译;)