3

macOS 10.12, Xcode 8.1

I had created an Xcode extension like: Build your own Xcode 8 Source Editor Extension and run it, but on the develop Xcode no option with my extension.

enter image description here

System Preferences->Extensions have my extension:

enter image description here

What is going on?

1 Answer 1

-1

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 :)

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

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.