jasonacox / Build-OpenSSL-cURL

Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 3.0.x with TLS 1.3 and Mac Catalyst builds.
MIT License
430 stars 129 forks source link

[Pro Tip] xcode-select --switch /Applications/Xcode.app #32

Closed MarcelKlammer closed 4 years ago

MarcelKlammer commented 5 years ago

If you are on a new macOS installation as I am and wonder why the build is failing, you might need to set the correct path for the command line tools:

xcode-select --switch /Applications/Xcode.app

jasonacox commented 5 years ago

Thanks for the tip! I added this to the README.