intitni / CopilotForXcode

The first GitHub Copilot, Codeium and ChatGPT Xcode Source Editor Extension
https://copilotforxcode.intii.com
MIT License
7.82k stars 383 forks source link

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

Closed juno12560 closed 7 months ago

juno12560 commented 7 months ago

Before Reporting

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

intitni commented 7 months ago

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.

zenangst commented 7 months ago

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

juno12560 commented 7 months ago

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.