标签:
VVDocumenter-Xcode上一款快速添加标准注释,并可以自动生成文档的插件。有了VVDocumenter-Xcode
Objective-C效果图:
Swift效果图:
从UUID证书从而保证插件的稳定性。因此Xcode的Info.plist文件中添加UUID。
步骤如下:一、查看UUID方式1在终端执行 defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID拷贝选中的字符串。
方式2在/Applications目录中找到Xcode.app,右键”显示包内容”,进入Contents文件夹,双击Info.plist打开,找到DVTPlugInCompatibilityUUID,拷贝后面的字符串。
二、添加UUID到VVDocumenter-xcode插件所在的目录:~/Library/Application Support/Developer/Shared/Xcode,右键”显示包内容”;3、找到info.plist 文件,找到DVTPlugInCompatibilityUUIDs的项目,添加一个Item,Value的值为之前UUID,保存。
方式2--插件还未安装/重新安装1、从GitHub克隆仓库到本地,在Xcode;2、选择Info,找到DVTPlugInCompatibilityUUIDs的项目,添加一个Item,Value的值为之前UUID;3、Build项目,VVDocumenter-XcodeXcode时会提示“Load bundle”、 “Skip Bundle”,这里必须选择“Load bundle”,不然插件无法使用。
升级Xcode之后VVDocumenter-Xcode不能用的解决办法
标签:
原文地址:http://www.cnblogs.com/dhui69/p/4913043.html