I am currently trying to implement Google Cloud Messaging library to my IOS app. I am following the instructions from here.
However I am having issues with bridging header. This is how my project structure looks like
But when I try to build the project, it says
GoogleCloudMessaging.h file not found
I also tried the header like this:
#import <Google/CloudMessaging.h>
But it did not work as well. How do I successfully import that to my project?