Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't work Xcode9? #91

Open
Water-bamboo opened this issue Oct 30, 2017 · 5 comments
Open

Can't work Xcode9? #91

Water-bamboo opened this issue Oct 30, 2017 · 5 comments

Comments

@Water-bamboo
Copy link

Please support it.

@whpanda
Copy link

whpanda commented Dec 6, 2017

same

@seon1-k
Copy link

seon1-k commented Dec 11, 2017

me too

@dbquarrel
Copy link

First, the reason it doesn't work in later Xcode versions is not because of the author, it is because of Apple code signing Xcode and preventing it from loading the plugin. There is nothing that the author can or needs to do.

There is a workaround for Apple's changes, you just need to follow the instructions here:

https://medium.com/@gklka/making-xcode-colors-work-with-xcode-8-1-f67da74ad83f#.1f8p7joab

And I can verify it is working with Xcode9.2 if you follow the instructions listed there exactly.

Note you will reduce the security of your Xcode binary if you do this.

Apple made this change because a developer in China got hacked and someone inserted a virus into their Xcode which was then used to deploy a virus into apps built by that Xcode. You open yourself up to that, if the rest of your system security is no good, if you unsign the Xcode app.

@chaishuanzhu
Copy link

[去除Xcode签名 + Alcatraz 插件安装](http://blog.csdn.net/zhangzhihong8001/article/details/78038212)
去除Xcode签名就可以使用第三方插件

update_xcode_plugins --unsign

需要发布的时候恢复签名

update_xcode_plugins --restore

安装插件更新签名

update_xcode_plugins

@Liqiankun
Copy link

@chaishuanzhu It works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants