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

IosXcodeNewsstand Kit

Ios Problem Overview


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

Ios Solutions


Solution 1 - Ios

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

Solution 2 - Ios

For those having trouble finding it:

Screenshot

Solution 3 - Ios

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

Solution 4 - Ios

you can remove this from info.plist Newsstand Icon Or You Can set this key equal true : UINewsstandApp = true Info.plist key.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionboxiView Question on Stackoverflow
Solution 1 - IosSPIELERView Answer on Stackoverflow
Solution 2 - IoschownView Answer on Stackoverflow
Solution 3 - IosDanView Answer on Stackoverflow
Solution 4 - Iosislam XDeveloperView Answer on Stackoverflow