Latest iOS platform version not listed in appium app

Under appium 1.4.13 -> ios settings, latest platform version 9.0 is not listed
Using xcode 7 running on MAC v10.10.4

I manually entered platform version as 9.0 and then launchd.

After that following errors are observed…

"
info: [debug] Attempting to run app on iPhone 6 (9.0) [
info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w “iPhone 6 (9.0) [” /Users/periannan/Library/Developer/Xcode/DerivedData/ControlleX-byuqlggeyxofabdlgmuxtvjadhjl/Build/Products/Debug-iphonesimulator/ControlleX.app -e UIASCRIPT “/Users/periannan/Library/Application Support/appium/bootstrap/bootstrap-f062718992d59810.js” -e UIARESULTSPATH /tmp/appium-instruments
info: [debug] And extra without-delay env: {“DYLD_INSERT_LIBRARIES”:"/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/thirdparty/iwd7/InstrumentsShim.dylib",“LIB_PATH”:"/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/thirdparty/iwd7"}
info: [debug] And launch timeouts (in ms): {“global”:90000}

info: [debug] [INST STDERR] dyld: could not load inserted library ‘/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/thirdparty/iwd7/InstrumentsShim.dylib’ because no suitable image found. Did find:
/Applic
info: [debug] [INST STDERR] ations/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/thirdparty/iwd7/InstrumentsShim.dylib: mmap() error 1 at address=0x105C3E000, size=0x00001000 segment=__TEXT in Segment::map() mapping /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/thirdparty/iwd7/InstrumentsShim.dylib

info: [debug] [INSTSERVER] Instruments exited with code null

info: [debug] Killall instruments

info: [debug] Instruments crashed on startup
info: [debug] We exceeded the number of retries allowed for instruments to successfully start; failing launch
info: [debug] Stopping iOS log capture
info: [debug] Running ios sim reset flow
info: [debug] Killing the simulator process
info: [debug] Killing any other simulator daemons
info: [debug] Killall iOS Simulator

info: [debug] Cleaning sim data files
info: node-simctl: Executing: xcrun with args: simctl erase B333C03A-2F6A-422E-AA94-F5F42617AD1E and timeout: 2000

info: node-simctl: Executing: xcrun with args: simctl erase B333C03A-2F6A-422E-AA94-F5F42617AD1E and timeout: 2000

info: node-simctl: Executing: xcrun with args: simctl erase B333C03A-2F6A-422E-AA94-F5F42617AD1E and timeout: 2000

info: node-simctl: Executing: xcrun with args: simctl erase B333C03A-2F6A-422E-AA94-F5F42617AD1E and timeout: 2000

info: node-simctl: Executing: xcrun with args: simctl erase B333C03A-2F6A-422E-AA94-F5F42617AD1E and timeout: 2000

error: Could not reset simulator. Leaving as is. Error: Command ‘xcrun simctl erase B333C03A-2F6A-422E-AA94-F5F42617AD1E’ exited with code 159

info: [debug] Cleaning app data files

info: Couldn’t find app directories to delete. Probably it’s not installed

error: Could not pre-launch appium: Error: Instruments crashed on startup

info: [debug] Cleaning up appium session

"

Can anyone help on this?