I have a Mac and iOS app that is using v2 of the BoxSDK. The BoxSDK is integrated as a framework and the iOS app builds and archive fine. The Mac app fails to archive with the following error:
Lexical or Preprocessor issue:
'BoxCocoaSDK/BoxCocoaSDK.h' file not found
The include looks like this:
#import <BoxCocoaSDK/BoxCocoaSDK.h>
I've spent a few hours of this with no luck. I tried the following with no success: Lexical or Preprocessor issue when trying to archive project using the v2 BoxSDK