开发者

Uninstall xcode in specific drive

I created a folder in /Developer called X-Code3.2.5

Here I have installed my Xcode and it's path is Macintosh HD\Developer\X-Code3.2.5\Applications\Xcode.

Now I want to uninstall it with

sudo with file path which takes command to uninstall  dev tool 
开发者_运维技巧

Like this:

sudo /Developer/Library/uninstall-devtools

How to give correct path for the uninstall the Xcode from specified directory?


If you installed it inside /Developer/X-Code3.2.5 then you need to add X-Code3.2.5 to the path.

sudo /Developer/X-Code3.2.5/Library/uninstall-devtools

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜