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

前端 未结 7 1259
暖寄归人
暖寄归人 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 03:18

    Me too faced same issue.

    In my case the issue was because of the location access alert. Mine app was related to weather app.I was accessing user location,so whenever app is getting launched,iphone simulator have an alert ,asking the user to allow/disallow picking of his location.

    After giving location permission watch app simulator launched successfully.

    Hope this might help someone.

    0 讨论(0)
提交回复
热议问题