I have a project that has a static library with links to header files:
#import <libetpan/libetpan.h>
I cannot change this import line. What should I do so that Xcode finds these header files? I have a folder with header files that I can import into the project. Thank you
Currently, the error is as follows:
'libetpan/libetpan.h' file not found
source share