Default "Multiplatform" application on Xcode 12 beta 3 fails to run with macOS target?

If I create a new project using the multiplatform application template in Xcode 12 beta 3, and select the "(macOS)>My Mac" target, it fails to run with OSStatus error -10825.

This is on BigSur beta 2 on an Intel Mac.

Anyone else seeing this? What am I missing?


========
Details

The operation couldn’t be completed. (OSStatus error -10825.)
Domain: NSOSStatusErrorDomain
Code: -10825
User Info: {
    "LSFunction" = "LSOpenStuffCallLocal";
    "_LSLine" = 3617;
}
  • -

System Information

macOS Version 10.16 (Build 20A4300b)
Xcode 12.0 (17189.4)
To close this for anyone else having this problem, it goes away when you update to BigSur beta 3.
I found that updating the project settings to iOS 14 & macOS 11 fixed the error for me on Catalina — at least it has so far.
Default "Multiplatform" application on Xcode 12 beta 3 fails to run with macOS target?
 
 
Q