0

アプリを xcode から iTunes に送信しようとすると、次のエラーが表示されます。

1 package(s) were not uploaded because they had problems:
/Users/Omars/Desktop/2480623426.itmsp - Error Messages:
                An error has occurred during the upload.
                An exception has occurred: The operation timed out.
                Transfer error.
                An exception has occurred: The transport has been detected as having failed and has been aborted.  Please try again.
                An error occurred while uploading the files to Apple's remote server.
                An error occurred while uploading the package 2480623426.itmsp.
                Apple's web service operation was not successful
                Unable to authenticate the package: 2480623426.itmsp
                ERROR ITMS-9000: "java.lang.Error: Internal error: 
4

1 に答える 1

0

次のようにして問題を解決しました:
XCode 4.4.1を使用していることに注意してください

この端末コマンド: cd /System/Library/Frameworks/JavaVM.framework/Versions sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5

Apple ディスカッションの詳細については、 https ://discussions.apple.com/message/18048796#18048796#18048796#18048796 を参照してください。

于 2012-09-04T10:10:48.550 に答える