iOS Testflight “There was an error loading your builds.”

前端 未结 5 733
臣服心动
臣服心动 2021-02-05 04:36

Over the last few days I\'ve tried to set up test flight for my iOS application through iTunes connect, however, whenever, I try to switch on TestFlight, I get an error saying \

相关标签:
5条回答
  • 2021-02-05 04:59

    For me it simply required waiting for the "Processing" step to complete on Apple's side.

    0 讨论(0)
  • 2021-02-05 05:04

    I've had the same issue, what it was for me is that I had like 1.09 and 1.08 in my build numbers. Used the exact same process and changed it to 2.0 and it worked. I guess they don't allow multiple numbers after the decimal anymore or something, very odd. Thanks to DrMembrane for providing that link

    0 讨论(0)
  • 2021-02-05 05:05

    For me, I had to also go to the Build Description add some text to the "Description" field and "What to Test" field.

    0 讨论(0)
  • 2021-02-05 05:05

    after following a hint at the Apple developer forums, I was able to solve the issue on my side. https://devforums.apple.com/thread/255047?tstart=0

    It seems you have to use version numbers with max one dot: X.XX

    Having multiple dots will result in the above error. So don't use X.XX.XX

    Another thing you should check is that you have the beta test entitlements in your distribution profile. This essentially means you should create a new distribution profile, it will have the new entitlements automatically.

    0 讨论(0)
  • 2021-02-05 05:09

    This just happened to me. I submitted several builds to App Store/Test Flight without issue. Then I submitted a build with bitcode turned off. It took much longer than usual to process the build (six hours, whereas it usually takes around ten minutes), and then it was marked as failed. I tried again and the same thing happened.

    Submitting the app again with bitcode turned on worked.

    It seems like bitcode isn't "optional", after all, as Apple would have us believe.

    0 讨论(0)
提交回复
热议问题