I had this same issue. This happens due to issue while installing app on watchOS.
Below are some fix for this :
- Clean Xcode (try
cmd+shift+K
and cmd+shift+option+K
- Clean Build Folder).
Quit Xcode and re-build your app.
Delete app and reinstall it.
Solution 1 worked in my case.