Open squareelan opened 11 years ago
.h
files are header files. The .a
file is the compiled library, as a binary file. That the .a
file is red just means that it hasn't been build yet, which is fine. It will be build if it's a dependency of your project.
That the .h
files can't be found is a problem with the header search path build setting. Can you have a look at that?
I followed the instructions for IOS projects and it seems like xcode can't find the
NXOAuth2.h file because the libOAuth2Client.a is in red. What do i need to do to
resolve this issue?