TestFlight: Couldn't install on Apple Watch

I can install the watch app on my

iPhone
using Xcode fine (adHoc install also works). But, I get the following error when I (or my beta testers) try to install the watch app using TestFlight.


Error: "Couldn't install <app_name> on Apple Watch"


I found this message on the console. The provisioning profiles are handled by Xcode automatically. Previous build of this app had no problem with the Watch app installation via TestFlight, but now even previous builds in TestFlight refuse to install the watch app.


Watch Install Update (for iOSAppID: ***, iOSBuildID: ***, buildVersion: 4.1.5 (16)):
Could not find a matching profile. Profile bundleIDs: (
"***.watchkitapp.watchkitextension",
"***.watchkitapp",
"***.watchkitapp.watchkitextension.WatchOSIntents"
)

Replies

Same here.

We do not use cocoapods but we include several frameworks like SwiftyJSON, ObjectMapper, Alamofire and others.

The problem was with TestFlight and Apple has fixed the problem. I can confirm that the watch app installs using TestFlight now. I did not change anything on my side.

Mine is back today, after I got an email from Apple saying it had been fixed.

Doesn't work on my side. Does it work for your applications correct now?