9

Making a connection between iOS and iWatch devices, xCode writes [WC] WCSession counterpart app not installed.

After a lot of research, I've found a solution, maybe it will be helpful for someone.

- Check your WatchKit Extention target. 
- Uncheck "Supports Running Without iOS App Installation"
- First run iwatch simulator, than run ios simulator with checkmark
2
  • 1
    i have the same issue, but not fixed with above one Oct 23, 2020 at 16:32
  • i am using xcode 12 is there any issue in xcode 12 Oct 23, 2020 at 17:34

2 Answers 2

2

It only worked for me by installing the Watch App from the watch settings app.

If I install the Watch App from xcode, the iOS app will give me the companion error message.

2
  • 1
    Thank you, thank you, thank you! I got my first WCSession message after a day of experimenting! :) Apr 19, 2021 at 20:55
  • my watch app does not appear on the Settings app, any idea?
    – oskarko
    May 13 at 9:15
2

I have spent around 3-4 hr to fix this issue, it seems that somehow my Apple watch.app is missing from my Target > Frameworks so after clicking plus icon and adding it back, it doesn't report "WC WCSession counterpart app not installed" anymore

Missing Watch app

1
  • It worked for me. Everybody who struggles with that problem, check that solution. Mar 22 at 13:41

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.