Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to process application info.plist validation at this time due to a general error (1095)

I am creating a newsstand application. the application is ready, now i am trying to upload the app in apple store using Application Loader. While uploading the zip file its showing the error message as

Unable to process application info.plist validation at this time due to a general error (1095)

enter image description here

I googled this in the net, but did not find the solution still.

like image 487
Naveen Avatar asked Dec 02 '11 07:12

Naveen


4 Answers

This is clearly an Apple server issue, not an Xcode/iOS/OSX issue. Just wait patiently and Apple's servers will catch up to the traffic, or solve whatever issues they're having at their end.

If you're anxious, feel free to just sit there and restart Xcode until it works - but it's not restarting Xcode, only the time you waste that's solving the issue.

While you're waiting, run your apps in Instruments and solve some performance issues ;)

like image 84
Jessedc Avatar answered Nov 06 '22 10:11

Jessedc


I just had this error. I waited an hour and tried again with the exact same build and it was all good. Vote for it being Apple's temporary glitch.

like image 42
Chris Newman Avatar answered Nov 06 '22 10:11

Chris Newman


I had the same problem. I closed Xcode, restart my computer and it worked.

like image 8
kschaeffler Avatar answered Nov 06 '22 09:11

kschaeffler


One possible problem to this is corrupted png files. The png files should not be interlaced

like image 2
denil Avatar answered Nov 06 '22 10:11

denil