我有Xcode 4.1预览5工作正常,但决定通过App商店升级到最终的xcode 4.1.我首先卸载了Xcode ...
sudo /Developer/Library/uninstall-devtools –mode=all
Run Code Online (Sandbox Code Playgroud)
然后通过应用商店安装Xcode并重新启动.
我也完全删除了RVM,但是......现在每当我尝试安装Ruby版本时它都会失败.在错误文件中我得到这个:
[2011-07-27 18:29:25] ./configure --prefix="/Users/holden/.rvm/usr"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking for gcc... /usr/bin/gcc-4.2
checking whether the C compiler works... no
configure: error: in `/Users/holden/.rvm/src/yaml-0.1.4':
configure: error: C compiler cannot create executables …Run Code Online (Sandbox Code Playgroud) 通过Xcode 4.3 - >文件 - >源代码控制 - >存储库 - >克隆存储库,我从codesion.com克隆了一个存储库.但是当我去git init或git add时,找不到错误-bash:git:command.现在,Xcode 4.3附带了git,所以我该怎么做才能让它工作?
对此的任何帮助都会很棒.
提前致谢.