user1872384
user1872384

Reputation: 7127

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

I've tested my Apple Watch app on the simulator and it runs perfectly...However I couldn't test my app on the actual Apple Watch device:

I ran my iPhone app in Xcode.... Once completed it will install the app on Apple Watch.

Then, Apple watch app will launch and stuck on launching screen with "loading" spinner on the Apple Watch device.

enter image description here

The Apple watch will just close itself and this error will appear in Xcode:

enter image description here

Upvotes: 4

Views: 291

Answers (2)

Felix
Felix

Reputation: 751

If you are running the Watch OS2 app then after deploying the app on the Watch, you will need to reboot the Watch. Once rebooted, the Watch app will now run and not stuck anymore, loading time is about a few seconds only.

Upvotes: 1

deoKasuhal
deoKasuhal

Reputation: 2897

You need to run the your iphone app scheme not the watchapp or extension scheme, once you will installed your iOS application on your device with watch kit support.

After installing the iPhone, you need to check your watch, application will automatically installed on Watch. If still you are not able to see the application then you need to visit application "Apple Watch" and scroll down to see your application and turn on apple watch support for your application.

Upvotes: 2

Related Questions