AppStore Submission - Missing or invalid signature - com.google.GPPSignIn3PResources

前端 未结 12 1992
长发绾君心
长发绾君心 2021-01-31 14:37

I\'m trying to submit an iOS app to AppStore and I\'m having the following error:

ERROR ITMS-9000: \"Missing or invalid signature. The bundle \'com.goog

12条回答
  •  北荒
    北荒 (楼主)
    2021-01-31 15:13

    my solution for Google Plus looked this way

    • deleted the 3 bundles from frameworks from my project
    • downloaded new Version 1.7.0 (had to upgrade anyway)
    • i opened the GooglePlus.bundle and removed 3 files (GPPSignIn3PResources,GPPShareboxSharedResources.bundle,GPPCommonSharedResources.bundle) as all 3 files will give you a warning in itunes
    • I added the 3 bundles back to frameworks
    • i tested my Google + login in app ... works
    • submitted ...

    and run into a new issue (arm64 requirement), unrelated to this one :)

    I think this should work if you don't need the resource files like login button.

提交回复
热议问题