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 数学.h
谢谢。对不起,我知道这太容易了。
与任何其他 *BSD 一样,在 MacOS 上,头文件的默认位置在 /usr/include 中。要查找所有可能或可能不在编译器包含路径中的头文件,您还可以在 shell 中使用此命令:
find / -name "*.h"