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 から直接行う方法はありません。
不要なインクルード ヘッダーを検出するために Clang を使用するオープン ソース プロジェクトである «Include What You Use» を確認できます。
http://code.google.com/p/include-what-you-use/
不要なインポートまたはインクルードを見つける最善の方法は、それらを 1 つずつコメントしてコンパイルを試みることです ;)