iTunes Connect Errors occurred in the app thinning process, and your app couldn’t be thinned?

后端 未结 13 1467
囚心锁ツ
囚心锁ツ 2020-12-29 06:13

I Uploaded the build via Xcode Yesterday it worked fine but while uploading today the build is uploading perfectly but after 10 minutes i got a email form apple stating that

13条回答
  •  庸人自扰
    2020-12-29 06:59

    I had the same problem and I found the solution. In my app, I had the Google Plus framework: GoogleOpenSource.framework. This framework was the problem. I searched about the latest update in Google Plus: https://developers.google.com/+/mobile/ios/upgrading-sdk.

    The latest version was 1.7.1. This version has the same problem. In my app, I removed the login with Google Plus (deprecated https://gyazo.com/685a58f98ee0b0fca16a6bd83636aad8) and I added Google: https://developers.google.com/identity/sign-in/ios/sdk/

    This works for me.

    A greeting.

提交回复
热议问题