I am new to iOS development and have encountered this problem with library binding in the last few days.
I tried to use GMGridView in the project, but I can't get it to work.
This project comes as a static library, so I just drag and drop the xcodeproj file into my project. Then I added libGMGridView.a to Link Binary With Libraries, GMGridView in the target dependencies. I also added a path to the header search path.
However, Xcode still reports .h file not found error while trying to import GMGridView.h.
Can anyone give me a hand on this? Thanks in advance!
source share