Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unable to process application Info.plist validation at this time due to an IO error [duplicate]

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 351
Naveen Avatar asked Nov 25 '22 17:11

Naveen


1 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 92
Jessedc Avatar answered Dec 06 '22 01:12

Jessedc