Unable to process application info.plist validatio

2019-01-02 18:09发布

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.

10条回答
裙下三千臣
2楼-- · 2019-01-02 18:43

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

查看更多
旧人旧事旧时光
3楼-- · 2019-01-02 18:44

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

查看更多
只若初见
4楼-- · 2019-01-02 18:48

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.

查看更多
人气声优
5楼-- · 2019-01-02 18:49

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.

查看更多
人间绝色
6楼-- · 2019-01-02 18:52

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

查看更多
回忆,回不去的记忆
7楼-- · 2019-01-02 18:54

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

查看更多
登录 后发表回答