最后,一切都很好,我想提交我的第一个应用程序的应用程序商店。但是当我在 Xcode 4.1中点击提交时,我得到了这个奇怪的错误消息:
要包含报摊特性,info.plist 必须包含 uinewsstanapp = true。
(完全一样,谷歌什么都不知道)。
但我不用报摊,也不想用,我的错在哪里?
马库斯
Xcode Version 4.1
The new version of Xcode introduced a NewsstandIcon under CFBundleIcon. Delete it.
NewsstandIcon
CFBundleIcon
For those having trouble finding it:
You also need to make sure that the UINewsstandApp setting is not present in the Info.plist
you can remove this from info.plist Newsstand Icon Or You Can set this key equal true : UINewsstandApp = true Info.plist key.