Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ITMS-90535 Unable to publish iOS app with latest Google Signin SDK

Error ITMS-90535 : Unexpected CFBundleExecutable Key Google Sigin

I'm using xcode 7 GM seed and installed latest Google Signin SDK through cocoapods pod "Google/SignIn . I get the attached error when I try to publish my app to apple app store.

Help!!

Here are the detailed versions of Google SDK pods

- Google/Core (1.0.7): - GoogleNetworkingUtilities (~> 1.0) - GoogleSymbolUtilities (~> 1.0) - GoogleUtilities (~> 1.0) - Google/SignIn (1.0.7): - Google/Core - GoogleSignIn (~> 2.0) - GoogleAppUtilities (1.0.0): - GoogleSymbolUtilities (~> 1.0) - GoogleAuthUtilities (1.0.1): - GoogleNetworkingUtilities (~> 1.0) - GoogleSymbolUtilities (~> 1.0) - GoogleNetworkingUtilities (1.0.0): - GoogleSymbolUtilities (~> 1.0) - GoogleSignIn (2.2.0): - GoogleAppUtilities (~> 1) - GoogleAuthUtilities (~> 1) - GoogleNetworkingUtilities (~> 1)

Thank you.

like image 258
Guy Avatar asked Sep 17 '15 05:09

Guy


1 Answers

Find CFBundleExecutable key , remove this key from Google Signin SDK's info.plist. You can delete all other CFBundleExecutable if error occurs on multiple bundles

like image 65
iHTCboy Avatar answered Sep 23 '22 03:09

iHTCboy