You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to start with a fresh project and reproduce the defect with minimal code changes.
I have read the console error messages carefully (if applicable).
Description
My teammate encountered issues building contracts which yielded cryptic errors. In the end, the issue was discovered to be that he did not have xcode command line tools installed which provides some build tool dependencies
The command to install is xcode-select --install and if they are already installed then it is a no-op with a response of
xcode-select: note: Command line tools are already installed. Use "Software Update" in System Settings or the softwareupdate command line interface to install updates
Ideally, this could be checked on package install. Otherwise, documenting in the prerequisites section of the README is a good start
Reproducible demo
No response
Steps to reproduce
N/A
Expected behavior
N/A
Actual behavior
N/A
Your environment
No response
Self-service
I'd be willing to fix this bug myself.
The text was updated successfully, but these errors were encountered:
Prerequisites
near-sdk-js
.Description
My teammate encountered issues building contracts which yielded cryptic errors. In the end, the issue was discovered to be that he did not have xcode command line tools installed which provides some build tool dependencies
The command to install is
xcode-select --install
and if they are already installed then it is a no-op with a response ofIdeally, this could be checked on package install. Otherwise, documenting in the prerequisites section of the README is a good start
Reproducible demo
No response
Steps to reproduce
N/A
Expected behavior
N/A
Actual behavior
N/A
Your environment
No response
Self-service
The text was updated successfully, but these errors were encountered: