Unable to run appium with xcode 7.1.1(Failed to start an Appium session, err was: Error: Instruments crashed on startup)

appium : Version 1.4.13 (Draco)

here is the error log:

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:
/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/thirdparty/iwd7/InstrumentsShim.dylib: mmap() error 1 at address=0x102F03000, 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 B08EDE1D-DA96-4F9F-9C67-D944EF3493E9 and timeout: 2000

info: [debug] Cleaning app data files

error: Failed to start an Appium session, err was: Error: Instruments crashed on startup

warn: Applications directory /Users/tengniu/Library/Developer/CoreSimulator/Devices/B08EDE1D-DA96-4F9F-9C67-D944EF3493E9/data/Containers/Data/Application doesn’t exist. Have you run this simulator before?
warn: Applications directory /Users/tengniu/Library/Developer/CoreSimulator/Devices/B08EDE1D-DA96-4F9F-9C67-D944EF3493E9/data/Containers/Bundle/Application doesn’t exist. Have you run this simulator before?
info: Couldn’t find app directories to delete. Probably it’s not installed
info: [debug] Cleaning up appium session

info: [debug] Error: Instruments crashed on startup
at [object Object].Instruments.onInstrumentsExit (/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/lib/instruments.js:440:31)
at [object Object]. (/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/lib/instruments.js:353:12)
at ChildProcess.emit (events.js:110:17)
at Process.ChildProcess._handle.onexit (child_process.js:1074:12)
info: [debug] Responding to client with error: {“status”:33,“value”:{“message”:“A new session could not be created. (Original error: Instruments crashed on startup)”,“origValue”:“Instruments crashed on startup”},“sessionId”:null}
info: <-- POST /wd/hub/session 500 17599.615 ms - 182

run with this --native-instruments-lib works ok.
in your mentioned comment “”“In Appium-> Developer Settings, check Custom Server Flags and insert --native-instruments-lib.”"""