Search code examples
ios4app-storexcode4app-store-connect

Application Loader Error - IOS Upload


I am trying to upload a binary using Application Loader 1.3. I am receiving the following error. I have recently upgraded to XCode 4.

com.apple.transporter.util.StreamUtil.readBytes(Ljava/io/InputStream;)[B

Any thoughts?


Solution

  • Thanks J,

    I have fixed the issue by uninstalling Xcode 4 and the SDK

    sudo /Developer/Library/uninstall-devtools –mode=all
    

    Then reinstalling Xcode 3 with the 4.3 SDK using https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20792

    I will wait until XCode 4 is a little more mature. I believe the issue may be related to the version of the Java runtime on the machine I am using. If you check the error logs then there is an issue with the loader doing some reflection.