intitni / CopilotForXcode

The missing GitHub Copilot, Codeium and ChatGPT Xcode Source Editor Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Help Wanted]: xcode editor extension does not show up

juno12560 opened this issue · comments

Before Reporting

  • I have checked FAQ, and there is no solution to my issue
  • I have searched the existing issues, and there is no existing issue for my issue

Describe your issue

I want help!

I have rebuilt the project locally and completed the signing and notarization process. The plugin works perfectly on my development machine.

But after other users install it, the Xcode editor extension does not show up in their Xcode. What do I miss that is preventing the Xcode extension from being distributed and used by others? Thank you in advance for your help.
image

It's probably either an Xcode bug or a macOS bug. Please search online for a solution. I do remember seeing it in another issue, but I am not sure which one.

Try renaming Xcode.app to Xcode2.app and then back again, that usually works to kick-start so that the extension shows up.

I resolved the issue by setting the ENABLE_HARDENED_RUNTIME to no for the CopilotForXcode target and then repackaging and resigning the app.
I'm not clear on the root cause, but this fixed the problem.