Google Cloud Messaging Bitcode,链接器命令失败

Google Cloud Messaging Bitcode, linker command failed

我正在尝试为 IOS 设备构建我的应用程序,但收到错误消息:

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)

明确指出Google Cloud Messaging 不包含位码。关闭我的应用程序项目和 'Pods' 项目的位码确实成功构建了我的应用程序,但我当然想遵循 Apple 标准并启用它。有什么办法可以解决这个问题?等 google?

我已将此标记为 GitHub 上的问题,他们表示将在下一个版本中添加。

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

所以,是的,我们必须等待 Google 或任何其他有经验的开发人员发布 Google 云消息传递的位码版本。