Post

Replies

Boosts

Views

Activity

Comment on Watch-only apps cannot be contained in companion apps installed on the companion.
Some people may face the same problem using Xcode 13+. The solution is similar, but the steps have changed a bit. You have to edit the project.pbxproj file. Look for: INFOPLIST_KEY_WKWatchOnly = YES; Remove it and add: INFOPLIST_KEY_WKCompanionAppBundleIdentifier = "correct.ios.app.bundle.id";
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’23