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

后端 未结 6 1207
北荒
北荒 2020-11-29 01:09

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 publi

6条回答
  •  情歌与酒
    2020-11-29 01:43

    I have suffered from same error, above all answers really helped me. Want to share my experience.

    1- I was getting the error

    Fixed with the help of above answer

    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

    2- But after that, I was getting error

    Xcode App Submisson ERROR ITMS-90207: "Invalid Bundle

    Fixed with the help of answer

    Please check your info.plist file and add below key if not

    CFBundleExecutable ${EXECUTABLE_NAME}

提交回复
热议问题