Xcode 7 Install of Apple Watch Application never finished

こ雲淡風輕ζ 提交于 2019-12-07 07:23:35

问题


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.

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?


回答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.




回答2:


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.



回答3:


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.



来源:https://stackoverflow.com/questions/30885799/xcode-7-install-of-apple-watch-application-never-finished

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