Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 248
merbla Avatar asked Mar 13 '11 13:03

merbla


3 Answers

i can confirm that

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

and reinstalling xcode 401 + SDK4.3 gets rid of the transporter.util error

like image 58
roocell Avatar answered Oct 21 '22 03:10

roocell


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.

like image 6
merbla Avatar answered Oct 21 '22 04:10

merbla


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.

like image 6
xmichaelm Avatar answered Oct 21 '22 05:10

xmichaelm