New build disappears after uploading it to iTunes Connect

后端 未结 19 1835
日久生厌
日久生厌 2021-01-31 06:40

I\'m trying to upload a build to iTunesConnect with Xcode 8. Xcode shows me that the uploading is successful. In Activity tab of iTunesConnect I see that my build is appears and

19条回答
  •  轮回少年
    2021-01-31 07:23

    In my case I had

    ITSAppUsesNonExemptEncryption
    
    

    in my Info.plist but not in the Info.plist of some of my app extensions, and App Store connect was silently deleting the builds after processing. I made them all match and it worked. Lame that there's no error message!

提交回复
热议问题