Mobile Apps: Gradle For Dummies

Trying to get Wappler set up to venture into Mobile Apps and the system check fails to install Gradle.

==> Installing gradle
Error: Your Command Line Tools (CLT) does not support macOS 11.
It is either outdated or was modified.
Please update your Command Line Tools (CLT) or delete it if no updates are available.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/more/.

Error: An exception occurred within a child process:
  SystemExit: exit
Gradle installation failed!

Not sure where to go from here.

Community Page
Last updated: