New build disappears after uploading it to iTunes Connect

后端 未结 19 1579
日久生厌
日久生厌 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:18

    What worked for me was:

    1. Check your pods, if they have the last version (pod update). Apple will silently reject sometimes because of this.
    2. Make sure all targets have the same devices checked (had a diff there)
    3. Also compare your plist with the visual config in XCode. Sometimes there are discrepancies, XCode doesn't properly update the info.plist tags, if so, align both.
    4. All the above with the privacy keys.

    I can't believe that "silently reject/ remove" is a thing for Apple, but well...

提交回复
热议问题