1.问题现象
安装 xcode的时候提示 in order to continue installation,please close the following application 显示我的itunes 这个程序开着的 但我没打开itunes。
解决方法:
Dauphin:~ james$ ps x | grep iTunes
237 ?? S 0:00.29 /Applications/iTunes.app/Contents/MacOS/iTunesHelper.app/Contents/MacOS/iTunesHelper -psn_0_86037
13970 s000 S+ 0:00.00 grep iTunes
Aha! The iTunes helper application was still running preventing the installation from continuing.
Dapuhin:~ james$ kill 237
注意进程号 有可能是不一样的
如果没有找到,尝试打开itunes.然后使用ps -A | grep iTunes