Error setting Google services: Domain error = com.google.greenhouse Code = -106 Missing expected routines

I integrate Google cloud messaging .

I am installing google cloud messaging using cocoapods.

pod 'Google/CloudMessaging'

My GoogleService-Info.plist: -

enter image description here

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?

+4

Source: https://habr.com/ru/post/1671857/


All Articles