问题
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