70
61

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Xcode8で以前のPluginを使う方法

Last updated at Posted at 2016-09-14

Xcode8ではそれまで利用できたPluginが使えなくなります。
代わりにXcode Editor Extensionsを使うのですが、まだまだなので、揃うまでは以前のPluginを使いたいです。

update_xcode_plugins

そこでupdate_xcode_pluginsを使います。

README.md通りにやれば良いだけですが、簡単に書いておきます。

インストール

$ gem install update_xcode_plugins

試しにdry-run

$ update_xcode_plugins --dry-run

実行

以下を実行するとpluginがupdateされます。

$ update_xcode_plugins

いくつかのPluginはこれだけでは動作しないみたいです。

その場合は、以下のコマンドです。

$ update_xcode_plugins --unsign

インストールしているXcodeが表示されるので対象のXcodeでYesします。

Unsign xcodebuild too?: と聞かれるので、NOにします。

かなり時間がかかりますが、終わるとXcode-unsigned.appが作成され、こちらを利用するとPluginが利用可能になります。

Xcode再起動

その後、Xcodeを再起動すると、お馴染みのLoad Bundlesのアラートが出るので、Loadします。

以下のPluginが動作しました。

- Alcatraz (1.1.19)
- ClangFormat (1.0)
- RealmBrowser (1.0)
- RealmPlugin (1.0)
- Swimat (1.8.10)
- VVDocumenter-Xcode (1.0)
- XVim (1.01)
70
61
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
70
61

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?