[問題] Xcode3.0的移除障礙

看板MacDev作者 (無名haua不是我)時間13年前 (2012/01/03 20:19), 編輯推噓0(0012)
留言12則, 3人參與, 最新討論串1/1
大家好,我是最近才開始接觸開發的新手(其實才剛開始學c語言), 我在系統還是Leopard的時候裝了Xcode3.0, 今天升級至Snow Leopard後想裝Xcode4來用, 爬文後知道要先移除Xcode3,於是我按照網路上移除Xcode的說明,至終端機輸入: 「sudo /Developer/Library/uninstall-devtools --mode=all」 然後也按照要求輸入密碼, 輸入後卻出現以下訊息: 「ERROR: Can't locate uninstaller script /Library/Developer/3.0/uninstall-devtools」 直接去目錄找/Developer/Library/uninstall-devtools 點擊後卻是出現這個「ERROR: Must be run with root permissions -- prefix command with 'sudo'.」 後來有人建議我重新再安裝3.0一次, 重新安裝後執行sudo /Developer/Library/uninstall-devtools --mode=all 換成出現 Can't determine system version. Can't determine system version. Can't determine system version. 上網孤狗後,國外有人提出解決方案,但是我看不懂,查了單字還是不懂阿, 以下是原文: Solution This thread about Uninstalling XCode 3.0 in Snow Leopard helped. In summary: Edit the script "/Library/Developer/3.0/uninstall-devtools". Using the # symbol, comment out the lines that check for system version. Or better yet, change "if" clause (that queries the system version) from "if it's system 10.5" to "if it's system 10.6" and leave the "then" clause (that sets the system version inside the script) as-is. Thus, you'll have: if 10.6 -> then 10.5. Then run: sudo /Library/Developer/3.0/uninstall-devtools Rinse and repeat inside the /Library/Developer/Shared/uninstall-devtools script. Then re-run: sudo /Developer/Library/uninstall-devtools --mode=all Finally, drag the folder /Developer to the trash and take out that trash! Reboot. 只知道好像是要用#來編輯什麼東西,讓電腦能確定版本... 但不知道如何操作QQ 想請問有人有遇過這個問題嗎?能告知解決方法嗎? 感激不盡!謝謝! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 118.171.119.27

01/03 21:34, , 1F
在指令前面加上 sudo...就算你是管理者也要...
01/03 21:34, 1F

01/03 21:35, , 2F
管理者權限還是低於Super User...
01/03 21:35, 2F

01/03 21:36, , 3F
有加呀@@
01/03 21:36, 3F
※ 編輯: haua 來自: 118.171.119.27 (01/03 21:44)

01/03 22:53, , 4F
uninstall-devtools 是一個script,
01/03 22:53, 4F

01/03 22:53, , 5F
你可以用TextEdit打開看看
01/03 22:53, 5F

01/03 22:53, , 6F
英文描寫的內容就是教你怎麼樣去改script,讓他能找到要執行
01/03 22:53, 6F

01/03 22:54, , 7F
的命令。
01/03 22:54, 7F

01/03 22:54, , 8F
建議你打開後,照裡面所描述的路徑去找一下對應的檔案在不在
01/03 22:54, 8F

01/03 22:56, , 9F
現在手邊沒有3.0的版本,也沒辦法幫忙看是什麼問題.
01/03 22:56, 9F

01/03 22:56, , 10F
只好請你先照著上面網站的做做看了...
01/03 22:56, 10F

01/03 23:31, , 11F
唔,先謝謝兩位,我知道他要我改script,但我完全看不懂他的
01/03 23:31, 11F

01/03 23:32, , 12F
教學,比如說如何使用#去註釋....QQ
01/03 23:32, 12F
文章代碼(AID): #1F0l96AS (MacDev)
文章代碼(AID): #1F0l96AS (MacDev)