I integrate Google cloud messaging .
I am installing google cloud messaging using cocoapods.
pod 'Google/CloudMessaging'
My GoogleService-Info.plist: -

When starting the workspace, an error occurs: -
The application terminated due to the uncaught exception "NSInternalInconsistencyException", reason: "Error setting Google service: Domain error = com.google.greenhouse Code = -106" There are no expected routines. "UserInfo = {NSLocalizedDescription = Missing expected subspecs.
Am I missing any other dependent cocoapod or project settings?