Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bundle validation error when including the Google+ SDK in my iOS app

I'm trying to submit my app with the Google+ SDK on board. I'm getting the following error all the time:

Error ITMS-9000 the bundle is invalid. your application bundle's signature contains code signing entitlements that are not supported on iOS Specifically, value ******.com.example.test for key application-identifier in 'Payload/*****.app/GooglePlus.bundle/GPPSignin3Resource' is not supported. This value should be a string with your TEAMID, followed by a dot ., followed by the bundle identifier.

Also, I see the same error for GPPCommonShareResources and for GPPShareboxSharedResources. I've already tried to clean my project, relaunch Xcode, etc., but that doesn't help.

I'm sure that bundle ID of my app is the same, like Xcode's asking for. So, what am I doing wrong?

like image 283
Vladislav Kovalyov Avatar asked Sep 10 '14 13:09

Vladislav Kovalyov


1 Answers

remove files in GooglePlus.bundle in your finder:

GooglePlus.bundle/GPPSignIn3PResources
GooglePlus.bundle/GPPCommonSharedResources.bundle/GPPCommonSharedResources
GooglePlus.bundle/GPPShareboxSharedResources.bundle/GPPShareboxSharedResources

and clear project

---Edit----

upgrade new SDK v1.7.1

like image 113
Oswaldo Leon Avatar answered Nov 09 '22 11:11

Oswaldo Leon