WatchOS 2: “Cannot Install Watch App” “Error Launching 'TestApp WatchKit App Extension'”

前端 未结 7 1261
暖寄归人
暖寄归人 2021-01-04 02:27

I am getting a AlertView popup error on iOS every time I try to install a watchOS 2 app in Xcode 7 beta 4:

Cannot Install Watch App<

7条回答
  •  一整个雨季
    2021-01-04 02:58

    I had this same issue. This happens due to issue while installing app on watchOS.

    Below are some fix for this :

    1. Clean Xcode (try cmd+shift+K and cmd+shift+option+K - Clean Build Folder).

    1. Quit Xcode and re-build your app.

    2. Delete app and reinstall it.

    Solution 1 worked in my case.

提交回复
热议问题