OAuth2Client #import "NXOAuth2.h" File not found

I am trying to add OAuth2Client to a project. I have completed all of the following areas here , but when I try import "NXOAuth2.hI get an error NXOAuth2.h" File Not Found. It is strange that Xcode will avoid completing this header, but then immediately throw an error after entering it.

If this helps, I can only download the new program with my attempts to add OAuth2Client to github.

Header Search Contours Header search paths

Link binaries to libraries Link Binary With Libraries

Public headers in the OAuth2Client build steps Public Headers on OAuth2Client Build Phases

+3
source share
1 answer

, , . "$ (SRCROOT)///the/external/library/OAuth2Client". ACTUAL, .

enter image description here

, , " ". .. NXOAuth2Client

enter image description here

+4

All Articles