Uploading IOS app to app store. Seems to freeze and internet stop working

前端 未结 6 422
眼角桃花
眼角桃花 2021-01-01 19:18

In Xcode i have have created an archive of the app. Verified it no problem. then when i click Distribute i get as far as \"Your application is being uploaded\" and shows the

6条回答
  •  一个人的身影
    2021-01-01 20:15

    I've heard of some users having issues if they're running old versions of Java. If you can't update, or if updating doesn't fix it, you can try:

    sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5
    
    sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0
    

    (other similar workarounds here.)

    It could also be an Internet connectivity issue.

    Either way, you can also try uploading your app using Application Loader.

提交回复
热议问题