在我的iOS应用中包含Google+ SDK时出现捆绑验证错误

Vla*_*yov 9 code-signing ios google-plus

我正在尝试使用Google+ SDK提交我的应用.我一直收到以下错误:

错误ITMS-9000捆绑包无效.您的应用程序包的签名包含iOS上不支持的代码签名权利.具体而言,不支持"."中的密钥应用程序标识符的值****** .com.example.test Payload/*****.app/GooglePlus.bundle/GPPSignin3Resource.此值应为包含TEAMID的字符串,后跟一个点.,后跟包标识符.

另外,我看到同样的错误GPPCommonShareResourcesGPPShareboxSharedResources.我已经尝试清理我的项目,重新启动Xcode等,但这没有用.

我确定我的应用程序的捆绑ID是相同的,就像Xcode要求的那样.那么,我做错了什么?

Osw*_*eon 4

删除查找器中 GooglePlus.bundle 中的文件:

GooglePlus.bundle/GPPSignIn3PResources
GooglePlus.bundle/GPPCommonSharedResources.bundle/GPPCommonSharedResources
GooglePlus.bundle/GPPShareboxSharedResources.bundle/GPPShareboxSharedResources
Run Code Online (Sandbox Code Playgroud)

并明确项目

- -编辑 - -

升级新SDK v1.7.1