终于解决了
-----------
pod install出现的错误信息
[!] Couldn't determine repo type for URL: `https://cdn.cocoapods.org/`: execution expired
解决方法是
在Podfile文件中添加source 'https://github.com/CocoaPods/Specs.git'
然后执行pod install
如果出现以下错误
remote: Counting objects: 66352, done.
remote: Compressing objects: 100% (10417/10417), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
使用线路稳定一点的FQ工具,我主要是卡在这个步骤了,折腾了1天,各种方法尝试,使用自己的FQ工具怎么都不行,最终尝试付费买了其他的FQ工具,就通了。😭
解决问题几分钟,找问题花一天。