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

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


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


Just to clarify the above correct answer. If you are accessing the info.plist from Xcode, you need to clear the Executable file field shown below.

enter image description here

There is one in the GoogleSignIn/Resources folder, and the other two are in GPPCore/Resources folder. (click the .bundle)


I had to do this:

Delete 3 string values of 3 lines. info.plist from

1.GooglePlus.bunde -> Inside

2.GPPCommonSharedResources

3.GPPShareboxSharedResources

enter image description hereenter image description here

Open GooglePlus.bundleenter image description here