I am unable to connect iPod real device and run Appium Inspector on iMac Machine

I am new to Appium, i am unable to connect and run Appium Inspector, I am getting the following error message.
Please someone help me…

Xcode Version: 5.1.1 (5B1008).
iPOD iOS Version: 7.1.2
Node js Version: v0.10.35
NPM Version: 1.4.28

Error Message:

Launching Appium with command: ‘/Applications/Appium.app/Contents/Resources/node/bin/node’ lib/server/main.js --address “127.0.0.1” --command-timeout “7200” --platform-version “7.1.1” --platform-name “iOS” --app “com.quisk.QuiskApp-iOS” --udid “b46d35609a2a9e445c8d1faa7c184d93ecc576c7” --no-reset --tracetemplate “/Users/bhaskar/Documents/iOS Builds/Appium.tracetemplate” --device-name “iPod” --language “en” --locale “en_IN” --trace-dir “/Users/bhaskar/Documents/iOS Builds” --platform-version 7.1.2

info: Welcome to Appium v1.3.4 (REV c8c79a85fbd6870cd6fc3d66d038a115ebe22efe)

info: Appium REST http interface listener started on 127.0.0.1:4723
info: [debug] Non-default server args: {“app”:“com.quisk.QuiskApp-iOS”,“udid”:“b46d35609a2a9e445c8d1faa7c184d93ecc576c7”,“address”:“127.0.0.1”,“noReset”:true,“deviceName”:“iPod”,“platformName”:“iOS”,“platformVersion”:“7.1.2”,“language”:“en”,“locale”:“en_IN”,“automationTraceTemplatePath”:"/Users/bhaskar/Documents/iOS Builds/Appium.tracetemplate",“defaultCommandTimeout”:7200,“traceDir”:"/Users/bhaskar/Documents/iOS Builds"}
info: Console LogLevel: debug

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”}}}

info: <-- GET /wd/hub/status 200 7.082 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”}}}

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”}}}
info: <-- GET /wd/hub/status 200 1.715 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”}}}

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”}}}
info: <-- GET /wd/hub/status 200 1.060 ms - 104 {“status”:0,“value”:{“build”:{“version”:“1.3.4”,“revision”:“c8c79a85fbd6870cd6fc3d66d038a115ebe22efe”}}}

info: --> GET /wd/hub/sessions {}
info: [debug] Responding to client with success: {“status”:0,“value”:[]}
info: <-- GET /wd/hub/sessions 200 3.470 ms - 23 {“status”:0,“value”:[]}

info: --> POST /wd/hub/session {“desiredCapabilities”:{“platformName”:“iOS”,“locale”:“en_IN”,“newCommandTimeout”:“999999”,“deviceName”:“iPod”,“platformVersion”:“7.1.1”,“language”:“en”,“automationName”:“Appium”}}

info: Client User-Agent string: Appium (unknown version) CFNetwork/596.6.3 Darwin/12.5.0 (x86_64) (iMac10%2C1)
info: [debug] App is an iOS bundle, will attempt to run as pre-existing
info: [debug] Creating new appium session 5cc32873-3cf3-4a8c-b6a6-127e34af7761
info: [debug] Removing any remaining instruments sockets
info: [debug] Cleaned up instruments socket /tmp/instruments_sock
info: [debug] Setting Xcode folder

info: [debug] Setting Xcode version

info: [debug] Setting iOS SDK Version

error: Could not determine Xcode version:Could not get Xcode version: /Applications/Xcode.app/usr/bin/xcodebuild does not exist on disk.

error: Could not get the iOS SDK version because the Xcode version could not be determined.

error: Could not get the iOS SDK version because the Xcode version could not be determined.

info: [debug] Cleaning up appium session

error: Could not get the iOS SDK version because the Xcode version could not be determined.
error: Could not determine iOS SDK version
error: Failed to start an Appium session, err was: Error: Could not get the iOS SDK version because the Xcode version could not be determined.

info: [debug] Error: Could not get the iOS SDK version because the Xcode version could not be determined.
at /Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/xcode.js:60:10
at /Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/xcode.js:37:9
at /Applications/Appium.app/Contents/Resources/node_modules/appium/lib/devices/ios/xcode.js:16:9
at ChildProcess.exithandler (child_process.js:656:7)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:766:16)
at Socket. (child_process.js:979:11)
at Socket.emit (events.js:95:17)
at Pipe.close (net.js:466:12)
info: [debug] Responding to client with error: {“status”:33,“value”:{“message”:“A new session could not be created. (Original error: Could not get the iOS SDK version because the Xcode version could not be determined.)”,“origValue”:“Could not get the iOS SDK version because the Xcode version could not be determined.”},“sessionId”:null}
info: <-- POST /wd/hub/session 500 86.451 ms - 290

Please some one help me…

From looking at this page I’m guessing you don’t have an Xcode picked: https://github.com/appium/appium/blob/master/docs/en/appium-setup/running-on-osx.md

Did you: sudo xcode-select?