XCode外掛因為升級不能用了怎麼辦?幾個步驟教你搞定

丶Pz發表於2016-03-10

之前XCode安裝了自動註釋的外掛 VVDomenter。升級之後不能使用了怎麼辦?跟著我做吧。

 

1.開啟xcode外掛所在的目錄:
~/library/Application Support/Developer/Shared/Xcode/Plug-ins

2.選擇已經安裝的外掛VVDocumenter,右鍵點選show package contents(顯示包內容),


3.找到info.plist 檔案,找到DVTPlugInCompatibilityUUIDs的專案
4.新增C4A681B0-4A26-480E-93EC-1218098B9AA0(當前xcode的一個號碼
可在終端執行 defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID 即可獲取相應號碼)
5.再右鍵“開啟報內容”雙擊contents\MacOS目錄下的一個黑色圖示,會開啟終端視窗,最後列印“程式已完成”之類,
重啟xcode

重新開啟XCode,會提示:

選擇Load Bundle ,大功告成,看看效果吧:

相關文章