- The
gRPC fails to rebuild
issue
According to the IBM Blockchain Platform Extension updated to v1.0.20
Release date: February 20th 2020
- We’re still waiting for the gRPC v1.25.0 binaries to be published so you may be affected by this issue, where gRPC fails to rebuild when using VS Code 1.40.x.
Please see this comment for a workaround.
Solution check Docker is installed and running properly.
Quick test run docker's hello world program:
docker run hello-world
To install sign up / login to DockerHub
Mac users - Signup for a Docker Hub account to download docker desktop
This is probably seen only on a mac os, probably an os upgrade (e.g. Mojave to Catalina ) issue you will see on using git commands:
git status
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
dependancies on xcode!
xcode-select --install
You will be prompted to install command line developer tools!