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

社会主义新天地 提交于 2019-12-03 01:17:31

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

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

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.

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

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.

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