Here is my fake content:
platform :ios, '8.0 use_frameworks! target 'Project-Name' do pod 'Firebase/Core' pod 'Firebase/Messaging' end
The same error occurs when adding the pod 'GoogleMaps' to the Podfile.
An error occurred while running the pod install --verbose command on the Terminal:
[!] Error installing Firebase [!] /usr/local/bin/curl -f -L -o /var/folders/1t/102_4r0x1_3_5dlq8zdbm27r0000gn/T/d20160902-4388-1omozrn/file.tgz https://www.gstatic.com/cpdc/cc5f7aac07ccdd0a/Firebase-3.5.0.tar.gz --create-dirs --netrc-optional curl: (1) Protocol "https" not supported or disabled in libcurl
Edit 1: How to enable SSL SSL on Mac OS X?
./configure --with-darwinssl does not work.
-bash: ./ configure: no such file or directory
Edit 2: How to enable https support in libcurl?
This brew install curl --with-libssh2 runs on the terminal, but I donβt know what to do next:
UB:lib aspl$ brew install curl --with-libssh2 --verbose ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). No changes to formulae. Warning: curl-7.50.1 already installed UB:lib aspl$ curl --version curl 7.48.0 (x86_64-apple-darwin14.5.0) libcurl/7.48.0 zlib/1.2.5 Protocols: dict file ftp gopher http imap ldap ldaps pop3 rtsp smtp telnet tftp Features: IPv6 Largefile libz UnixSockets
This command does not work:
$ otool -L /usr/local/git/libexec/git-core/git-http-push | grep curl /usr/lib/libcurl.4.dylib
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump: '/ usr / local / bin / git / libexec / git-core / git-http-push': not a directory . Fatal error: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: objdump internal error The binary /usr/lib/libcurl.4.dylib matches
Edit: 3 Terminal command, which git shows which git /usr/local/bin/git
Edit: 4 Enabling HTTPS support in Curl installed through MacPorts on OSX
When sudo port install curl +ssl or sudo port install curl +ssl sudo port uninstall curl says:
Sudo: port: command not found
And to install ports (MacPorts), the following link is used, which again is an HTTPS link:
$ curl -O https://distfiles.macports.org/MacPorts/MacPorts-2.3.4.tar.bz2
Is there also an option to download MacPort folders?
But what to do with the downloaded MacPorts-2.3.4 folder?
EDIT 5: Force removal of curl and installation does not work again :(
$ brew uninstall curl Uninstalling /usr/local/Cellar/curl/7.50.1... (366 files, 2.6M) curl 7.46.0 is still installed. Remove them all with 'brew uninstall --force curl'. $ brew uninstall