Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WC WCSession counterpart app not installed

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
like image 378
doZer Avatar asked Mar 08 '20 17:03

doZer


2 Answers

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.

like image 103
mskw Avatar answered Nov 04 '22 16:11

mskw


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

like image 32
Einzeln Avatar answered Nov 04 '22 16:11

Einzeln