解決XCode7.1 上沒法安裝 Alcatraz PackageManager

補記:git

升級XCode後都會出現這樣的問題,各版本解決方案相同 github

 

有時還須要先刪除原插件app

 

rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin

 

 

問題彙總oop

 

現象1、 運行安裝後,沒有出如今菜單上。spa

1. 到githup上下載Alcatraz project https://github.com/supermarin/Alcatraz
2. 打開終端
3. 輸入.net

  defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
4. 獲得當前的UUID
5. 打開下載的Alcatraz project
6. 在這個工程的infos設置裏添加插件

7. 把剛剛獲得的UUID加入
8. run
9. 重啓XCode
10. 你會看到一個提示框 a load bundle or skip.. 選擇 load bundle.code

 

現象2、看到提示blog

若是你選擇了skip Bundles,那麼你就算從新安裝也不會看到了。ip

這是由於 XCode裏面的黑名單機制

 

打開終端

 

[plain]  view plain copy
  1. defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.4  


再重啓XCode,

 

此次看到上面的提示再選擇Load Bundles

就能夠了。

相關文章
相關標籤/搜索