xcode 14.2: Always Search User Paths" deprecated

While building a program that uses openssl headers and libraries, the only way I was able to compile the program was to rely setting Always Search User Paths and modifying the Header Search Paths variable to point to the directory where the header files are located.

Why is this Build Setting deprecated? What should I have done instead to help clang find the headers?

I can't find any recent questions regarding this build setting.

I think there are different build settings for the “” (user) and the <> (system) include search paths. You need to set the latter.

xcode 14.2: Always Search User Paths" deprecated
 
 
Q