I was just trying to use Xcode to work on a C program - (It was a gtk based one) and get errors saying "traditional headermap style is no longer supported please migrate to use separate hedermaps"
What is a headermap?
Googling for headermap and C/C/Objective-C only takes me back to this Xcode error message
Searching on Apple Devreloper site returns no results no useful information - it does find
The legacy header map that was generated when the Always Search User Paths (ALWAYS_SEARCH_USER_PATHS) setting was YES is not supported by the new build system. Instead, set ALWAYS_SEARCH_USER_PATHS to NO and migrate to using modern header include syntax. Add any needed header files that are in the project repository to the Xcode project to ensure they are available for use in #include (via the project wide header map). Use quote-style include ("example.h") for project headers, and reserve angle-bracket include (<example.h>) for system headers.
What is "modern header include syntax" and what standard is it defined in (or anywhere it is defined)
Where is the term headermap defined and what is it?
question from:
https://stackoverflow.com/questions/65943369/what-is-a-headermap-in-c-or-c-or-objective-c 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…