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

前端 未结 3 1194
太阳男子
太阳男子 2020-12-13 08:09

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:

<
相关标签:
3条回答
  • 2020-12-13 08:26

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

    0 讨论(0)
  • 2020-12-13 08:31

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

    0 讨论(0)
  • 2020-12-13 08:48

    For those having trouble finding it:

    Screenshot

    0 讨论(0)
提交回复
热议问题