Xcode 在尝试提交应用程序时出现奇怪的报摊错误
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6977357/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode gave strange newsstand-error when trying to submit an app
提问by boxi
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:
最后一切正常,我想将我的第一个应用程序提交到 Appstore。但是当我在 Xcode 4.1 中点击提交时,我收到了这个奇怪的错误信息:
To include newsstand features, the info.plist must include the uinewsstandapp=true.
要包含报亭功能,info.plist 必须包含 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
Xcode 4.1 版
回答by SPIELER
The new version of Xcode introduced a NewsstandIcon
under CFBundleIcon
. Delete it.
Xcode的新版本引入了NewsstandIcon
下CFBundleIcon
。删除它。
回答by chown
For those having trouble finding it:
对于那些找不到它的人:
回答by Dan
You also need to make sure that the UINewsstandApp setting is not present in the Info.plist
您还需要确保 Info.plist 中不存在 UINewsstandApp 设置