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で働いています。プロジェクトにリンクできるすべてのヘッダーとライブラリはどこにありますか? どのディレクトリ?このようなアーカイブを見つけて、見つけたことのない他のアーカイブを発見したい...
objc-runtime.h math.h
ありがとう。簡単すぎてすみません。
他の *BSD と同様に、MacOS ではヘッダー ファイルのデフォルトの場所は /usr/include です。コンパイラのインクルード パスにある場合とない場合があるすべてのヘッダーを見つけるには、シェルで次のコマンドを使用することもできます。
find / -name "*.h"