'Xcode gave strange newsstand-error when trying to submit an app
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
Solution 1:[1]
The new version of Xcode introduced a NewsstandIcon
under CFBundleIcon
. Delete it.
Solution 2:[2]
For those having trouble finding it:
Solution 3:[3]
You also need to make sure that the UINewsstandApp setting is not present in the Info.plist
Solution 4:[4]
you can remove this from info.plist Newsstand Icon Or You Can set this key equal true : UINewsstandApp = true Info.plist key.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | chown |
Solution 2 | |
Solution 3 | Dan |
Solution 4 | islam XDeveloper |