Closed kevindees closed 2 years ago
Same issue here. Xcode 14.1 official build does not even release yet. The shopify
command cannot be used now. Annoyed.
It seems it's Homebrew's bug, version 3.6.7, instead of shopify-cli
. Related issue: https://github.com/Homebrew/brew/issues/14048
I'm closing, since it's not related to the CLI. Remember you can also install it with gem install shopify-cli
, or even better, move to the new CLI 3.x that now supports themes as well 🙂.
Please confirm that you:
What type of project are you working on?
theme
Expected behavior
Expected Xcode 14.0.1 to work when running
brew upgrade
on macOS 13.0 as Xcode 14.1 is still in RC only.This error also removed my access to the
shopify
shell command.Actual behavior
Stack trace
No response
Reproduction steps
brew upgrade
with Shopify CLI already installed.Operating System
macOS 13.0
CLI version (run
shopify version
if you're not sure)2.22.0
Shell
iTerm2
Ruby version (run
ruby -v
if you're not sure)ruby 2.6.10p210
What language and version are you using in your application?
No response