Code Salley
Results
2
comments of
Code Salley
in my case it was NVM. Either let nvm go or reconfigure it In your build phases scripts ```bash if [[ -s "$HOME/.nvm/nvm.sh" ]]; then . "$HOME/.nvm/nvm.sh" elif [[ -x...
> Facing the same issue here Weird but works. specify the simulator example ```sh yarn ios --simulator="iPhone 12 Pro" ``` if you get an error like this `xcodebuild: error: Unable...