search

Home  >  Q&A  >  body text

objective-c - xcode8 how to use plugins

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

習慣沉默習慣沉默2839 days ago649

reply all(2)I'll reply

  • 滿天的星座

    滿天的星座2017-05-02 09:34:51

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

    reply
    0
  • 漂亮男人

    漂亮男人2017-05-02 09:34:51

    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.

    reply
    0
  • Cancelreply