开发者

Xcode : UNIX Command-Line Tools Installation

I'm trying to install MacPorts but it needs command-line support to be installed with Xcode (which is an option during installation)

is there any way I could install UNIX comm开发者_C百科and line support with Xcode without re-installing Xcode?


Reinstalling Xcode is non destructive so best to just do that. Your projects will all still be available.


There are a lot of packages in Xcode

apple sign-on to download

http://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg

to-do additional installer flag

 [-showChoicesXML] [-applyChoiceChangesXML <pathToFile>]
 [-showChoicesAfterApplyingChangesXML <pathtoFile>]

install (use gui, cli still incomplete /Developer/Library, etc.)

hdid ~/Downloads/xcode_3.2.6_and_ios_sdk_4.3.dmg
sudo installer -verbose -target / /Volumes/Xcode\ and\ iOS\ SDK/Xcode\ and\ iOS\ SDK.mpkg
sudo umount -f /Volumes/Xcode\ and\ iOS\ SDK

confirm

xcodebuild -version

uninstall

sudo /Developer/Library/uninstall-devtools –mode=all
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜