zoukankan      html  css  js  c++  java
  • Xcode6无法安装VVDocumenter插件的解决方法

    很多同学在Xcode6安装VVDocumenter插件运行重启后发现根本没有安装上,下里我们来解决一下这个问题(此方法一般情况有用):

    1 “Control+空格”启动Spotlight,输入“终端”查找终端程序,打开”终端”后输入下面代码并回车(是为了显示隐藏的文件夹):defaults write com.apple.finder AppleShowAllFiles -bool true

    2 点击Finder菜单栏的“前往”(在上面)选项,选择“个人”,再选择“资源库”文件夹(是雾色的哦,因为是隐藏文件夹),之后依次进入以下路径:Applcattion Support -> Developer -> Shared -> Xcode -> Plug-ins,删除里面的VVdocumenter-Xcode.xcplugin文件

    3此时再重新安装VVdocumenter,重启Xcode, 会弹出窗口提示,点击”Load Bundle”(记得应该是这么写的,反真是”Skip Bundle”旁边的)按钮就可以了

    4最后记得进入终端输入以下代码隐藏文件夹:defaults write com.apple.finder AppleShowAllFiles -bool false

    OK!!完事…………..

    可以选择,但是别选择放弃
  • 相关阅读:
    next_permitation
    POJ 1979 Red and Black
    POJ 2386 Lake Counting
    BFS简单迷宫
    部分和问题
    图论复习--二分图判断
    danci1
    danci
    jquery事件重复绑定解决办法
    danci
  • 原文地址:https://www.cnblogs.com/hangdada/p/4989351.html
Copyright © 2011-2022 走看看