Xcode build settings Header search path per architecture

Hello,

Is there a way we set header search path per architecture in Xcode build setting.

eg: we are using a third party library which we are am building their source, the headers are differing when built for different architecture(arm64 and x86_64). we plan to build them seperately and create FAT file using lipo command. Now is there a way that we specify architecture specific header search path for excutable that links with these libraries.

Thanks,
Swetha
Xcode build settings Header search path per architecture
 
 
Q