We're using the new v2 BoxSDK, and followed the steps on the github repo to integrate it as a subproject. Everything builds and runs fine, but we can't archive the project. We get the error:
Lexical or Preprocessor Issue: 'BoxSDK/BoxSDK.h' file not found
I've tried several combinations of setting User Header Search Paths, but can't seem to find anything that works. It looks like the header files are being put in:
"IntermediateBuildFilesPath/UninstalledProducts/include"
Has anyone had any luck getting the v2 BoxSDK working in an app when archiving?
Thanks for any help.