Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
Try going to your info.plist file: add new row and type uinewsstandapp for the key. Set it's type to Boolean, and its value to yes. and if there is a uinewsstandapp already in one of the keys make sure that the value is YES. – anon Aug 8 '11 at 3:13
when i do it, xcode wants that i activate newsstand for my app in itunes connect. but this is no newsstand app and i don't want to use it:( – markus Aug 8 '11 at 9:52

2 Answers

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

share|improve this answer
Perfect!!! You Solved the issue :) – Gabriele Oct 5 '11 at 11:29
8  
Thanks a lot. For people don't know CFBoundleIcon, it's a key in info.plist file – Dongsheng Cai Oct 8 '11 at 22:17
1  
perfect.. that was an unneeded headache IMHO. Go Xcode team! – Jason Cragun Oct 11 '11 at 19:40
Thanks, man, it was very helpful – Alex R. R. Feb 4 '12 at 11:54
12  
Do the Xcode developers ever actually use their own software?? – Dancreek Feb 29 '12 at 23:49
show 1 more comment

For those having trouble finding it:

Screenshot

share|improve this answer
2  
Wonderful +1 for this illustration! – n.evermind Sep 19 '12 at 13:26
1  
Great, just great! thank you! :) – kernix Oct 25 '12 at 19:28
CMD+F -> News works also ;) – choise Apr 6 at 16:28

protected by chown Apr 7 at 17:39

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.