objective-c - xcode8 how to use plugins
習慣沉默
習慣沉默 2017-05-02 09:32:51
0
2
643

After upgrading to xcode8, the plug-in can no longer be used, nor can it be reinstalled

習慣沉默
習慣沉默

reply all(2)
滿天的星座

http://www.jianshu.com/p/5023...

漂亮男人

Xcode8 disables the loading of third-party plug-ins and provides a new plug-in development interface, but the scope of the interface provided is limited. Most of the previous plug-ins are not compatible with xcode8. The solution is to cancel the signature of Xcode8 so that it can load third-party plug-ins.
Download https://github.com/fpg1503/Ma..., open and run it with xcode, and then drag Xcode8 into it. It will generate an unsigned Xcode8, which is used for daily development. When submitting to the AppStore, use the officially downloaded Xcode package.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template