How to build an application with the watchOS 2 SDK

二次信任 提交于 2019-12-20 04:23:16

问题


In the last submission of our application, we have received this warning :

Invalid WatchKit Support - Starting April 1, 2018, all apps submitted to the App Store for Apple Watch must be built with the watchOS 2 SDK or later

My question is to know how to to build the application with the watchOS 2 SDK?

I was thinking that is enough to build with XCODE 9.

Thank's.


回答1:


Check your Deployment Target. It's likely it wasn't updated just by using a newer version of Xcode.

Also try checking Base SDK in Build Settings of your Watch Extension to make sure it is up to date.



来源:https://stackoverflow.com/questions/49174059/how-to-build-an-application-with-the-watchos-2-sdk

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