我試圖從Xcode 4.5 DP 3中的斷點運行一個shell腳本。我使用Choose按鈕設置斷點。從Xcode斷點運行shell命令
然而,在命中斷點我得到以下信息:
Error in shell command for breakpoint "(selector name)". The command "/Users/Max/Developer/saveToLog.sh" does not exist.
我試圖把普通的shell命令,如「說測試」,但Xcode的打印相同的信息(當然有不同的命令名)。當我從終端運行它時,shell腳本正常工作。
您是否嘗試設置權限?例如。 'chmod + x saveToLog.sh' – tcurvelo