XCode 14.x, adding Watch to existing and WCSession isWatchAppInstalled = false

I added a Watch app to an existing iOS app using XCode 14.1. (single target template) When using WCSession delegate, so I can message between the apps, I always get isWatchAppInstalled = false. If Icreate the same scenario using XCode 13.x, I have no issues.

Has anyone been able to add a watch app to an existing iOS app, create a WCSession object and have isWatchAppInstalled = true?

print("Session:activationDidCompleteWith --> IsPaired[(String(describing: session.isPaired))] isWatchAppInstalled[(String(describing: session.isWatchAppInstalled))] isReachable[(String(describing: session.isReachable))]");

displays:

Session:activationDidCompleteWith --> IsPaired[true] isWatchAppInstalled[false] isReachable[false]

Replies

This was resolved a while back..