https://imgur.com/vFn0S7g
I am about to build watch app target from existing project. I encountered a strange error upon finishing build that unables me to run the wa
If you run in device then remove previous app . It will work .
I had the same issue. This sequence helped for me:
Xcode doesn't like it when you have a referenced directory called 'Resources' within your resource bundle (see timrex)
1) Remove 'Resources' directory from your project's tree;
2) Reset content and settings in iPhone simulator;
3) Press Shift+Cmd+Alt+K and click 'Clean' or Shift+Cmd+K in xCode window;
I got this issue while running on simulator. I rebooted the system and the issue gone.
Switch OFF your Phone and ON.
Now install your app ,its works for me.