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

IphoneXcodeIos5Error HandlingApp Store

Iphone Problem Overview


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.

Iphone Solutions


Solution 1 - Iphone

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 ;)

Solution 2 - Iphone

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.

Solution 3 - Iphone

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

Solution 4 - Iphone

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

Solution 5 - Iphone

I found a solution to the problem.

If you're using Xcode 4+, you don't have to use Application Loader anymore. Instead you should archive your project in Xcode (Product->Archive). It will then open the organizer, where 3 buttons are displayed. Hit the submit button.

If you've created an entry for your app with Itunes Connect, you should be able to choose that from the list, and then select your distribution profile. Then hit the next button, and you should get a message, that tells you, that your app has been submitted.

At least that worked for me.

Solution 6 - Iphone

Use Application Loader.

I'm getting this a lot today.

Application Loader worked.

XCode > Project > Archive
XCode > Organizer > Distribute > Enterprise/add Hoc > Save As
Saves as YOURAPP.ipa.
Make sure Save for Enterprise Deploy remains UNCHECKED.
Download latest Application Loader.
tap 'Deliver Your App'
make sure new version in itunes connect in WAITING FOR UPLOAD state
Click on Activity... button 

TIP: open Console.app to see XCode Validation errors

Click on ALL MESSAGE on list of logs on right.
Then in search enter 'XCode' or 'Application Loader' 
to monitor any errors with your upload.

Note:

I did all this and still got email about missing 120x120 icons.

Forgot to update them in Build Target > General Tab List of new icon requirements for iOS7 http://www.icenium.com/resources/forums/icenium-general-discussion/missing-recommended-icon-file

Solution 7 - Iphone

Another reason why this can happen is the duplicate product name. Despite your app names, executable names, display names or bundle IDs are different, if the product name exists in your current apps this error is gonna occur.

Solution 8 - Iphone

"The server returned an invalid response. This may indicate that a network proxy is interfering with communication, or that Apple servers are having issues. Please try your request again later.""

Reset The internet connection.
Reopen the xcode.
Set the profile again.
Clean build.
And Archive the build.

Works perfect for me (With in 5 minutes no need to wait).

Thanks

Solution 9 - Iphone

It's just the time, because you can't control Apple's Server's traffic problem, We all merely become the victim of that..So cut the long story short...

By restarting XCODE may work but everyone as in my case, i tried by restarting XCODE, SYSTEM, ROUTER and anything and everything possible, only error name had changed from "The network connection was lost" to "The request timed out" and vice Versa..!

Just think at what time less people would be accessing the sever...

PS: Only perseverance can help you in this way..keep redialing..And WAIT and WATCH:P

Solution 10 - Iphone

I solved ... :)

Please remove all your icons and splash image also remove icon Files and icons File( IOS 5 ) from info.plist and then add all your icons to app bundle ...

After this update info.plist iconFiles field add desired name of icons....

And last but not least remove Provisioning profile from developer portal and recreate it ...

Clean your build and Archive it and using Application Loader submit it to AppStore ...

it work for me and i think it may help you...

Not every time not it is Apple server issue,sometime we did some bad linking according to me :)

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionNaveenView Question on Stackoverflow
Solution 1 - IphoneJessedcView Answer on Stackoverflow
Solution 2 - IphoneChris NewmanView Answer on Stackoverflow
Solution 3 - IphonekschaefflerView Answer on Stackoverflow
Solution 4 - IphonedenilView Answer on Stackoverflow
Solution 5 - IphoneKruegerView Answer on Stackoverflow
Solution 6 - Iphonebrian.clearView Answer on Stackoverflow
Solution 7 - IphonejackalView Answer on Stackoverflow
Solution 8 - IphoneMitesh KhatriView Answer on Stackoverflow
Solution 9 - IphonemavericksView Answer on Stackoverflow
Solution 10 - IphoneiamVishal16View Answer on Stackoverflow