Hiroyuki Kuromiya
Hiroyuki Kuromiya
I applied these changes to [my branch](https://github.com/kromiii/bigquery-emulator), and it resolved the error. These changes would be necessary for using ruby-client for the bigquery-emulator.
I have the same issue.
Yes, this issue occurred after upgrading. ``` % brew upgrade envchain Running `brew update --auto-update`... ==> Auto-updated Homebrew! Updated 3 taps (bakks/bakks, homebrew/core and homebrew/cask). ==> New Formulae [email protected] python-setuptools...
Thanks for your instruction. `--build-from-source` seems not to be supported for this library and the results were the same. ``` % brew reinstall --build-from-source envchain Warning: building from source is...
Thank you for the comments. Finannly, I could check the xcodebuild version. ``` % xcodebuild -version Xcode 15.0 Build version 15A240d ``` Plus, I noticed that the namespace duplication occurs...
Finally, I tried the installation from the source code. https://github.com/sorah/envchain#from-source It resolved my problem completely. Everything seems to work fine. ``` % envchain --list emulation personal [23:15:47] ~ % envchain...
Oh, I didn't notice. Thank you for your resolving the issue.