macOS中启用curl的SSL
2017 - 07 - 18
RN中编译遇到:
curl: Protocol “https” not supported or disabled in libcurl
如下解:
https://curl.haxx.se/download.html下载最新包
cd curl-x.xx.x
./configure --with-darwinssl
make
sudo make install
RN中编译遇到:
curl: Protocol “https” not supported or disabled in libcurl
如下解:
https://curl.haxx.se/download.html下载最新包
cd curl-x.xx.x
./configure --with-darwinssl
make
sudo make install