Error some help me

$ xcodebuild -project FYMSL.xcodeproj -scheme “FYMSLSimple” -sdk iphonesimulator -destination ‘platform=iOS Simulator,name=iPhone Xs,OS=latest’
Build settings from command line:
SDKROOT = iphonesimulator12.2
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ platform:iOS Simulator, OS:latest, name:iPhone Xs }
Ineligible destinations for the “FYMSLSimple” scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Generic iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Generic iOS Simulator Device }
The command “xcodebuild -project FYMSL.xcodeproj -scheme “FYMSLSimple” -sdk iphonesimulator -destination ‘platform=iOS Simulator,name=iPhone Xs,OS=latest’” exited with 70.