I tried to run the Google Calendar API sample code for iOS Swift and followed steps 1 to 5 in accordance with the guide https://developers.google.com/google-apps/calendar/quickstart/ios?ver=swift
However, I encountered the following errors:
1) Failed to import bridging header 2) file not found
I followed the steps. I have a bridging header which included #import
statements in it. Is there anything else that I'm missing?