The following commands work for me. The first one removes LSRequiresNativeExecution from the Info.plist. The second one register the Simulator.app with LaunchService.
/usr/libexec/PlistBuddy -c 'Delete :LSRequiresNativeExecution' /Applications/Xcode-14.0.0.app/Contents/Developer/Applications/Simulator.app/Contents/Info.plist
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -f /Applications/Xcode-14.0.0.app/Contents/Developer/Applications/Simulator.app