I'm trying to install a Xamarin watchOS app to a device using Visual Studio for Mac automatic provisioning but getting a "this app could not be installed at this time" error on the iPhone.
I'm on macOS Big Sur (11.6), Visual Studio for Mac (8.10.11), watchOS 8.0.1 on an SE (A2354), and iPhone 11 (iOS 15.0.2). I've verified that the iPhone and the watch are listed in devices in the Apple developer center, although I did have to add the watch manually as it doesn't appear that Xamarin automatic provisioning picked it up.
I can install and run the iPhone app from Visual Studio just fine by clicking the run button but the watchOS app is not automatically installed. The watch app is visible in available apps, but clicking the 'install' button results in the "this app could not be installed..." error. Everything runs fine on the simulator if I choose the watchOS project in VS for Mac and run using the simulator. If try to run on my watchOS device installation fails with this error:
ApplicationVerificationFailed: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.3e2xzs/extracted/WatchOSApp.app : 0xe8008029 (The code signature version is no longer supported.)
error MT1006: Could not install the application '/Users/scottmetoyer/src/WatchApp/bin/iPhone/Debug/device-builds/iphone12.1-15.0.2/WatchApp.app' on the device 'iPhone': AMDeviceSecureInstallApplicationBundle returned: 0xe8008029.
Are there additional troubleshooting steps or logs I can review to figure out what's going on?