iTunesConnect: Processing stopped for App submitted to testflight
Asked Answered
A

1

6

Since today, each time I upload a build to Appstore with Application Loader my app is rejected on the basis of App Thinning error. I've tried to disable bitcode and upload build again but no use. Can someone help me on this error? enter image description here

Arni answered 8/9, 2016 at 14:53 Comment(3)
I am facing same issue, in my case I cannot remove sdks or enable bitcode as they are too many. Its there any wayout?Eger
@Eger so in my case i enabled bitcode to see which ones failed, it was just google maps, i went to the change log and noticed that there was a fix regarding bitcode, try updating all your pods and then build and see if that decreases errors.Interlace
Please see my answer, I already solved this issue: #39391046Discriminate
A
2

After trying for 24 hours and sending like 10+ builds, I finally enabled bitcode in my project and got rid of sdks(in my case it was GooglePlus) which were not supporting bitcode. My build is accepted now. I'm not aware why Apple has imposed this thing all of sudden. Maybe they did mentioned it somewhere and I failed to pick it up.

Arni answered 9/9, 2016 at 15:50 Comment(2)
I also tried enabling bitcode and it was the GooglePlus framework that was causing issues for building the app. With bitcode disabled the build went good but I got the reported error several times. I guess its the GooglePlus framework and also many others (as I've stumbled upon many people with this same exact error from Apple) that cause this problem. Hopefully Apple will fix it in the near future since I can't remove the Google Plus framework, it's crucial for my app.Shirker
I don't know what functionality of G+ u're using. I was using Signin and friends in circle thing. I was already using GIDSIGNIN instead of GPPSIGNIN so it was easy. Next I started using Rest API for retrieving friends.Arni

© 2022 - 2024 — McMap. All rights reserved.