文章目录
  1. 1. ios苹果开发者必备的xcode插件
    1. 1.1. title: ios苹果开发者必备的xcode插件date: 2020-04-29categories: ios developer xcodetags: ios developer 插件
      1. 1.1.1. ios苹果开发者必备的xcode插件
        1. 1.1.1.0.1. 1. VVDocumenter-Xcode
        2. 1.1.1.0.2. 2.alcatraz

ios苹果开发者必备的xcode插件


title: ios苹果开发者必备的xcode插件
date: 2020-04-29
categories: ios developer xcode
tags: ios developer 插件

ios苹果开发者必备的xcode插件

1. VVDocumenter-Xcode
  • 管理代码注释用的
  • 支持obj-c和swift方法注释

obj-c

swift
下载地址:VVDocumenter-Xcode

2.alcatraz
  • 管理xcode插件的工具
  • 可以在上面找到任何你想要安装的插件

下载地址

很多人升级到xcode5以后插件就不能用了,是因为xcode5以后苹果对插件进行了权限验证,如果你想要用你信任的插件,则需要你手动添加一些东西

This plug-in is supported in Xcode 5, 6 and 7. From Xcode 5, Apple added a UUID-verification to all plugins to ensure the stability when Xcode gets updated. The value of DVTPlugInCompatibilityUUIDs in project plist should contains current UUID of Xcode version, or the plugin does not work. And from Xcode 6.3, you will be prompt to “Load third party bundle” if you are using a plugin. You should always select “Load bundles” to enable this plugin.

All plugins will be disabled once you update your Xcode, since the supported UUIDs in the plugins do not contain the one. You should try to clean your plugins folder (~/Library/Application Support/Developer/Shared/Xcode/Plug-ins by default) and clone/build the latest version from master branch. If you happened to skip the bundle loading, you can use this to reset the prompt:

defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-{your_xcode_version}
文章目录
  1. 1. ios苹果开发者必备的xcode插件
    1. 1.1. title: ios苹果开发者必备的xcode插件date: 2020-04-29categories: ios developer xcodetags: ios developer 插件
      1. 1.1.1. ios苹果开发者必备的xcode插件
        1. 1.1.1.0.1. 1. VVDocumenter-Xcode
        2. 1.1.1.0.2. 2.alcatraz