开发者

"Header Search Paths" vs. "User Header Search Paths" in Xcode?

开发者 https://www.devze.com 2023-01-11 01:32 出处:网络
What\'s the difference? When would 开发者_如何学运维you use either?Use the User Header Search Paths for paths you want searched for #include \"...\" and use the Header Search Paths for #include <..

What's the difference? When would 开发者_如何学运维you use either?


Use the User Header Search Paths for paths you want searched for #include "..." and use the Header Search Paths for #include <...>. Of course, if you check the option to Always Search User Paths, then #include <...> will also work for the user paths.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号