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

天涯浪子 提交于 2019-12-03 11:42:40

问题


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 "There was an error loading your builds." and I'm not quite sure what to do, does anyone have any ideas?

Thanks in advance.


回答1:


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




回答2:


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




回答3:


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.




回答4:


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




回答5:


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.



来源:https://stackoverflow.com/questions/27089131/ios-testflight-there-was-an-error-loading-your-builds

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!