Xcode gave strange newsstand-error when trying to submit an app

早过忘川 提交于 2019-11-27 10:56:27

问题


finaly everything works fine and I want to submit my first app the the Appstore. But when I click submit in Xcode 4.1 I get this strange error message:

To include newsstand features, the info.plist must include the uinewsstandapp=true.

(Exact the same and Google doesn't know anything).

But I don't use newsstand and i don't want to use. Where is my mistake?

Markus

Xcode Version 4.1


回答1:


The new version of Xcode introduced a NewsstandIcon under CFBundleIcon. Delete it.




回答2:


For those having trouble finding it:




回答3:


You also need to make sure that the UINewsstandApp setting is not present in the Info.plist



来源:https://stackoverflow.com/questions/6977357/xcode-gave-strange-newsstand-error-when-trying-to-submit-an-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!