在终端输入以下命令即可:

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add A16FF353-8441-459E-A50C-B071F53F51B7

编辑:

Xcode 6.3:

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add 9F75337B-21B4-4ADC-B558-F9CADF7073A7

另外转载一篇相关的文章:

http://blog.csdn.net/zhangao0086/article/details/44196415

相关文章:

  • 2021-10-16
  • 2022-12-23
  • 2021-10-31
  • 2021-06-04
  • 2021-05-05
  • 2021-12-10
  • 2021-10-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2021-10-09
  • 2021-11-28
  • 2021-05-25
  • 2022-02-09
  • 2021-09-08
相关资源
相似解决方案