尝试将MessageKit安装到iOS应用的Podfile中时,为什么会出现错误?

时间:2019-06-10 15:59:02

标签: github cocoapods messagekit

我正在尝试创建一个iOS聊天应用程序,但是当我尝试将MessageKit安装到我的Podfile中时收到错误消息。

我知道如何将Pod安装到我的Podfile中,并且所有firebase文件都可以在该应用程序中运行。每当我尝试添加MessageKit时,我都会收到以下错误。有谁知道这可能是什么?

这是我的Podfile中的内容

frameworks
  use_frameworks!
  pod 'Firebase'
  pod 'Firebase/Database'
  pod 'Firebase/Auth'
  pod 'Firebase/Storage'
  pod 'MessageKit'
  pod 'Firebase/Core'
  pod 'Firebase/Auth'
  pod 'Firebase/Storage'
  pod 'Firebase/Firestore'
  pod 'MessageInputBar'
  post_install do |installer|
      installer.pods_project.targets.each do |target|
          if target.name == 'MessageKit'
              target.build_configurations.each do |config|
                  config.build_settings['SWIFT_VERSION'] = '4.0'
              end
          end
      end
  end
end

[!]安装MessageInputBar时出错 [!] / usr / bin / git克隆https://github.com/MessageKit/MessageInputBar.git / var / folders / 9x / 7l1v9kwd30zbz9bz2t7_wfg80000gn / T / d20190610-16632-5ir7a5 --template =-单分支-深度1-分支0.4.1

克隆到'/ var / folders / 9x / 7l1v9kwd30zbz9bz2t7_wfg80000gn / T / d20190610-16632-5ir7a5'... 严重:无法访问“ https://github.com/MessageKit/MessageInputBar.git/”:错误设置证书验证位置:   CAfile:/etc/ssl/cert.pem   CApath:无

0 个答案:

没有答案