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.
这些文件是 float.h 和 limits.h。它们在 Xcode 中的某个地方吗?当给出这样的指示时:/Developer/SDKs/<insert SDK here>/usr/include我是在某处输入它们还是像地图一样逐个遵循指示?
/Developer/SDKs/<insert SDK here>/usr/include
做这个:
写入CHAR_MIN使用 X-Code 打开的文件。
CHAR_MIN
右键单击CHAR_MIN并选择Jump to Definition
Jump to Definition
右键单击里面的空白区域limits.h并选择Show in Finder
limits.h
Show in Finder
您可以这样做来查找任何此类文件的位置。
在我的系统limits.h中位于 X-Code 文件夹内。