Xcode gave strange newsstand-error when trying to

2019-01-21 17:54发布

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

3条回答
啃猪蹄的小仙女
2楼-- · 2019-01-21 18:33

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

查看更多
啃猪蹄的小仙女
3楼-- · 2019-01-21 18:43

For those having trouble finding it:

Screenshot

查看更多
冷血范
4楼-- · 2019-01-21 18:55

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

查看更多
登录 后发表回答