Google Cloud Messaging bitcode, linker command failed

I try to create my application for an iOS device, but I get an error:

d: '/PathToApp/Pods/Google/Libraries/libGGLCloudMessaging.a(GGLContext+CloudMessaging.o)' 
does not contain bitcode. 
You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), 
obtain an updated library from the vendor, or disable bitcode for this target. 
for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Clearly, there is no bitcode in Google Cloud Messaging. Disabling bit code for both my application project and the Pods project is successfully completing work on my application, but, of course, I want to follow Apple standards and activate it. Any way to solve this? Wait for Google to appear?

+4
source share
1 answer

I marked this as a GitHub problem, they said that it will be added in the next version.

https://github.com/google/gcm/issues/91

, , , Google Google Cloud Messaging.

+2

All Articles