Google Cloud Messaging Bridging Header Import Fails

Google Cloud Messaging Bridging Header import fails

updating cocoa pods fixes this issue

Failed to import bridging header file in Xcode after Firebase Upgrade

From Firebase migration API:

Replace the line:

pod 'Firebase'

with

pod 'Firebase/Core'
pod 'Firebase/Database'

and run pod update in the project folder

GCM and iOS bridging header does not exists

Ok I got it fixed. I had to select the Objective-C BridgeHeader and press delete. Then once that has been cleared out. I double clicked onto it again and added this ProjectName/BridgingHeader.h.
Now it works.
Thank you for reading the post and I hope that this helps someone too.

GCM and iOS bridging header does not exists

Ok I got it fixed. I had to select the Objective-C BridgeHeader and press delete. Then once that has been cleared out. I double clicked onto it again and added this ProjectName/BridgingHeader.h.
Now it works.
Thank you for reading the post and I hope that this helps someone too.



Related Topics



Leave a reply



Submit