-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't find the InstallCLI plugin in my Xcode #2734
Comments
Hi @Santiago0412 👋 - see this comment. I've got a PR up to change the screenshot already. |
@calvincestari Can you also update this link: seems it not working |
Yes, we'll get that fixed - thanks for letting me know. |
Hi @teovillanueva - 👋🏻 tl;dr - you'll need to update to Xcode 14 for this to work on an Xcode project. Xcode can open two project types:
Xcode 13.3 (release notes) only supports plugins for Swift packages, but Xcode 14 (release notes) supports plugins for both Swift packages and Xcode projects. This is a good article explaining the differences. |
@calvincestari I am running into this issue with just updated version of Xcode 14.3. Not able to see the InstallCLI command in the context menu. |
Hi @calvincestari, |
@BharatBapodara What version of Xcode are you running? There is a known issue with Xcode 14.3 where SPM Plugins don't work correctly, which has been resolved in Xcode 14.3.1, #2919 has some discussion around this. |
Summary
From the document it says I can install the CLI by doing this:
but in my Xcode it looks like this:
Xcode: 14.2
System:13.0.1 (22A400)
Machine: Mac air m1
Version
1.0.0
Steps to reproduce the behavior
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: