简体   繁体   English

创建Xcode 8扩展名,但在Xcode-> editor上没有选项

[英]Create a Xcode 8 extension but no option on Xcode->editor

macOS 10.12, Xcode 8.1 macOS 10.12,Xcode 8.1

I had created a Xcode extension like: Build your own Xcode 8 Source Editor Extension and run it, but on the develop Xcode no option with my extension. 我创建了一个Xcode扩展,例如: 构建自己的Xcode 8 Source Editor扩展并运行它,但是在开发Xcode时我的扩展没有选项。

在此处输入图片说明

System Preferences -> Extensions have my extension: System Preferences -> Extensions有我的扩展名: 在此处输入图片说明

What is going on? 到底是怎么回事?

The problem is in signing -> just set automatic app signing and same profile on both targets (the extension and the target app) 问题出在签名->仅在两个目标(扩展名和目标应用)上设置自动应用签名和相同的配置文件

You can check my article for creating Xcode extension in detail :) 您可以查看我的文章详细介绍如何创建Xcode扩展:)

https://www.linkedin.com/pulse/xcode-extension-defining-enum-variables-swift-moreerror-bucher https://www.linkedin.com/pulse/xcode-extension-defining-enum-variables-swift-moreerror-bucher

Wish best luck :) 祝你好运:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM