美文网首页Bug(代码)工作中用到的好技术
Installing Twitter-Kit-iOS——2018

Installing Twitter-Kit-iOS——2018

作者: 景彧 | 来源:发表于2018-05-30 14:24 被阅读714次

    今天在集成Twitter做第三方登录,在使用cocoapods安装SDK的时候出现下方的错误:
    终端打印信息:

    [!] Error installing TwitterCore
    [!] /usr/bin/curl -f -L -o /var/folders/_g/32sghxwj26d9kk_wdfr4rdr00000gp/T/d20180530-9930-1duizc7/file.zip https://ton.twimg.com/syndication/twitterkit/ios/3.1.0/TwitterCore.zip --create-dirs --netrc-optional
    
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
      0     0    0     0    0     0      0      0 --:--:--  0:01:14 --:--:--     0curl: (7) Failed to connect to ton.twimg.com port 443: Operation timed out
    
    Error message.png

    安装失败的原因,系统偏好设置-网络-高级-代理:


    失败原因.png 更正后.png

    重新update就好!

    相关文章

      网友评论

        本文标题:Installing Twitter-Kit-iOS——2018

        本文链接:https://www.haomeiwen.com/subject/gfgtsftx.html