iOS開發——錯誤總結篇&開發中常見錯誤和警告總結(三十九)

來源:互聯網
上載者:User

標籤:

開發中常見錯誤和警告總結(三十九)

Xcode更新後外掛程式失效

 

 

方法一:可視化介面

  1. 找到/Applications/Xcode.app/Contents/Info裡邊的 DVTPlugInCompatibilityUUID記錄UUID
  2. 進入到外掛程式目錄 ~/Library/Application Support/Developer/Shared/Xcode/Plugins顯示外掛程式的包內容,編輯Info.plist檔案展開DVTPlugInCompatibilityUUIDs添加一個新的item值。

 

方法二:命令列
批次更新外掛程式的 DVTPlugInCompatibilityUUID 的命令(建議使用sudo方式執行):

  1. find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`

該方法的原理就是使外掛程式獲得對新版Xcode相容性的支援,但是如果外掛程式本身在新版本中有Bug那就只能等到外掛程式更新或者自己解決Bug。

  

iOS開發——錯誤總結篇&開發中常見錯誤和警告總結(三十九)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.