-
Notifications
You must be signed in to change notification settings - Fork 738
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
makefile
improvement - CLI
#2919
Comments
Hi @asbhat - we've taken a look and don't have a clear idea on what could be causing it to be missing; our implementation of I realize it is inconvenient not having it in the menu and until we can figure out the root cause the workaround would be to grab the pre-built CLI binary we attach to each GitHub release and place that in the root of your project directory; the effect will be the same and the CLI has a version checker so if you ever update the dependency but forget to manually download the pre-built CLI it will warn you. |
Thanks for the response Calvin! I did end up just grabbing the pre-built CLI binary (docs here) that works just fine. I took a quick look at the plugin too and couldn't figure it out :( Should I close the issue? |
I think leave it open for a bit longer and let's monitor if it's showing up in many other libraries too. |
Hi @calvincestari , @asbhat please provide the exact steps for the pre-built CLI binary solution for this issue |
Ho w to grab the pre-built binary ? |
It's attached to each GitHub release, in a file named |
I'm experiencing this as well. Looks like its probably an Xcode bug. |
I've confirmed this is happening in the Sourcery framework too. I haven't seen any sign of a new Xcode beta though, nor a quick release of |
It's happening with swiftgen as well. Definitely a bug with Xcode |
It's an interesting workaround. I've only managed to get it to work when adding Apollo iOS as a local package though, if I add it a remote github-based package it's still missing from the menu. |
TODO:
|
I've confirmed that Xcode 14.3.1 RC resolves this issue. I'm going to change the title of this issue to reflect the work we still wanted to do. |
makefile
improvement - CLI
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better. |
Summary
After upgrading to Xcode v14.3 the
InstallCLI
Command Plugin seems to be missing.I created a new project and installed
apollo-ios
but the plugin is still missing. Am I doing something wrong?Version
v1.0.7
Steps to reproduce the behavior
apollo-ios
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: