iTunes Connect asking for Apple Watch screens when the app is iOS only

a 夏天 提交于 2019-12-11 05:57:15

问题


I recently noticed itunes connect is asking me to include apple watch screens.

But I never included any watchos capabilities on xcode as a deployment target or target dependencies.

Is there anytithing I am missing in terms of deployment configuration on xcode or itunes connect?

Or this is just another bug?


回答1:


To make sure that your Project has not any relation to Watchkit and WatchOS:

1) Find eventual import WK... lines and remove them

2) Go to Project file -> iOS app target -> Build Phases tab -> Target Dependencies and check whether you have not WatchKit extension in the list

3) Check Build Phases -> Embed App Extensions/Binaries - check whether WatchKit extension is not included.



来源:https://stackoverflow.com/questions/39383576/itunes-connect-asking-for-apple-watch-screens-when-the-app-is-ios-only

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!