5

I want to try the new Apple Watch OS2.

  • Opened my existing project
  • Added a target
  • Changed bundle Identifiers to remove error messages

The Watch App never launches. I get this error message in Xcode after around 5 minutes.

enter image description here

I didn't add any Swift code yet. All I did was add the target and did the above steps.

Anyone else facing similar situations?

Jacky Wang
  • 618
  • 7
  • 27

3 Answers3

1

I was able to finally get the app on the simulator by going into the Apple Watch app on the iPhone simulator and toggle the switch back and forth.

Jacky Wang
  • 618
  • 7
  • 27
1

Experienced same issue and this worked :

  • make sure watch simulator is selected

  • go to Hardware menu and chose Home

    • click and hold on YourApp to delete it
    • after deleting app on watch simulator re-run the app from xcode , it will re-install and work fine.
IsPha
  • 389
  • 4
  • 9
0

1.Go to the "Apple Watch" companion app on the iOS simulator.

2.Click your app's name.

3.Toggle "Show App on Apple Watch" switch is on.

4.Run the app again from Xcode.

Ashish Sahu
  • 388
  • 3
  • 16