VVDocumenter-Xcode

Posted 十月飘雪

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VVDocumenter-Xcode相关的知识,希望对你有一定的参考价值。


从Xcode 5开始,苹果要求加入UUID证书从而保证插件的稳定性。因此Xcode版本更新之后需要在VVDocumenter-Xcode的Info.plist文件中添加Xcode的UUID。

步骤如下:

一、查看Xcode的UUID

方式1

在终端执行 defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID

VVDocumenter-Xcode_xcode

拷贝选中的字符串。

方式2

在/Applications目录中找到Xcode.app,右键"显示包内容",进入Contents文件夹,双击Info.plist打开,找到DVTPlugInCompatibilityUUID,拷贝后面的字符串。


二、添加Xcode的UUID到VVDocumenter-Xcode的Info.plist文件

方式1--插件已经安装完成

1、打开xcode插件所在的目录:~/Library/Application Support/Developer/Shared/Xcode/Plug-ins;

2、选择已经安装的插件例如VVDocumenter-Xcode,右键"显示包内容";

3、找到info.plist 文件,找到DVTPlugInCompatibilityUUIDs的项目,添加一个Item,Value的值为之前Xcode的UUID,保存

VVDocumenter-Xcode_github_02



方式2--插件还未安装/重新安装

  1. 从GitHub克隆仓库到本地,在Xcode中打开项目,选择项目名称,在TAGETS下选中VVDocumenter-Xcode;
    (GitHub项目地址:​​​​​​https://github.com/onevcat/VVDocumenter-Xcode) ​​​VVDocumenter-Xcode_bundle_03​  找到下载的项目打开  
  2. 选择Info,找到DVTPlugInCompatibilityUUIDs的项目,添加一个Item,Value的值为之前Xcode的UUID; ​VVDocumenter-Xcode_github_04

3、Build项目(command+b 或者 command+r),VVDocumenter-Xcode会自动安装。

三、重启Xcode

Xcode 6之后,重启Xcode时会提示"Load bundle"、 "Skip Bundle",这里必须选择"Load bundle",不然插件无法使用。

打开Xcode后 如图表示安装成功

VVDocumenter-Xcode_bundle_05


欢迎关注,有问题一起学习欢迎留言、评论

你要保守你心,胜过保守一切。

作者:刘俊涛的博客​​




以上是关于VVDocumenter-Xcode的主要内容,如果未能解决你的问题,请参考以下文章

日历插件js,jquery

如何隐藏EFI分区?

Everything 的高级用法

快捷方式文件生成方式

如何打出『』

加密PDF为只读模式