Application Loader Error - IOS Upload
I am trying to upload a binary using Application Loader 1.3. I am receiving the follow开发者_运维百科ing error. I have recently upgraded to XCode 4.
com.apple.transporter.util.StreamUtil.readBytes(Ljava/io/InputStream;)[B
Any thoughts?
i can confirm that
sudo /Developer/Library/uninstall-devtools –mode=all
and reinstalling xcode 401 + SDK4.3 gets rid of the transporter.util error
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.
Had the same issue with App Loader 1.4.1 Downgrading to 1.3 (http://itunesconnect.apple.com/apploader/ApplicationLoader_1.3.dmg) solved it.
I had this same issue for submitting to the Mac App Store with Xcode 3.2.6. I had Xcode 4 installed, but only on a separate partition.
I didn't want to uninstall and reinstall all of the developer tools, so I tried the other suggested answer above, which was to downgrade to Application Loader 1.3. Sadly, this didn't work either, because when I tried to validate or submit to the Mac App Store, Xcode would claim that I had not marked the application in iTunes Connect as "Ready for Upload". I double- and triple-checked in Xcode that I had already marked the application as such (and Application Loader 1.4.1 had no problems with that).
So, instead, I tried finding a different version of Application Loader that might work. With Pacifist ( http://www.charlessoft.com/ ), I extracted Application Loader 1.4.1 from the Xcode 4.1 DP1 installer (that I had saved). When replacing the existing Application Loader (also version 1.4.1) that came with Xcode 3.2.6, the version from Xcode 4.1 DP1 did not have the "com.apple.transporter.util.StreamUtil.readBytes(Ljava/io/InputStream;)[B" problem as mentioned in the question.
So that's another alternative to try. This fix has been confirmed by another developer.
In case you don't have a copy of the Xcode 4.1 DP1 installer, you can download just that version of Application Loader by going here: https://public.me.com/ix/simx/Application-Loader-1.4.1-from-Xcode-4.1-dp1.zip
I had the same issue and a few others. Uninstalled using sudo /Developer/Library/uninstall-devtools –mode=all then reinstalled Xcode 4 & SDK which cleared up any issues. App uploaded without a hitch.
精彩评论