How to solve this error in Xcode when testing your app on the Apple Watch -


i've tested apple watch app on simulator , runs perfectly...however couldn't test app on actual apple watch device:

i ran iphone app in xcode.... once completed install app on apple watch.

then, apple watch app launch , stuck on launching screen "loading" spinner on apple watch device.

enter image description here

the apple watch close , error appear in xcode:

enter image description here

you need run iphone app scheme not watchapp or extension scheme, once installed ios application on device watch kit support.

after installing iphone, need check watch, application automatically installed on watch. if still not able see application need visit application "apple watch" , scroll down see application , turn on apple watch support application.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -