Unable to launch Appium iphone simulator

When i try to launch Appium iphone simulator by clicking on inspector icon, Im getting the folllowing error

An unknown server-side error occurred while processing the command. Original error: Could not create simulator with name ‘appiumTest-iPhone 6’, device type id ‘iPhone 6’ and runtime id ‘12.2’. Reason: ‘simctl error running ‘create’: An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=162): Incompatible device’

Im blocked to create POC. Need your help

here are the capabilities

{
“deviceName”: “iphone Simulator”,
“PlatFormVersion”: 11,
“appiumVersion”: “”,
“app”: “XXX.app”,
“automationName”: “XCUITest”,
“platformName”: “iOS”
}

appium version Version 1.7.0 (1.7.0)
Xcode version : Version 10.2.1 (10E1001)
MACOS : Mohave version 10.14.3 (18D42)

@contactkkiran
PlatFormVersion capability maybe case sensitive. replace it with platformVersion.
As per logs; appium trying for simulator with latest ios version that is 12.2

Or update your appium desktop version

for iOS 12.2 go for 1.12 or latest version of appium.

you can also read here support for ios12 added in appium 1.9 and later versions