pod install curl failed to verify the legitimacy of the server and therefore could not establish

news/2024/7/20 22:38:37 标签: ios

pod install curl failed to verify the legitimacy of the server and therefore could not establish解决方法

//删除pods
rm -rf Pods

echo insecure >> ~/.curlrc

//重新安装pods
pod install --repo-update


http://www.niftyadmin.cn/n/1152666.html

相关文章

标题与内容

1、一级标题 a、二级标题 (1)、三级标题 道德是对弱者的同情,真理只掌握在大炮的射程只能。 2、一级标题2 a、二级标题 (1)、三级标题 道德是对弱者的同情,真理只掌握在大炮的射程只能。转载于:https://www…

python之模块ftplib(FTP协议的客户端)

# -*- coding: utf-8 -*- #python 27 #xiaodeng #python之模块ftplib(FTP协议的客户端)#需求:快速进行ftp上传 ,下载,查询文件from ftplib import FTP ftp FTP() #设置变量timeout 30 port 21ftp.c…

ITMS-90683: Missing Purpose String in Info.plist的解决方法

ITMS-90683: Missing Purpose String in Info.plist的解决方法 ITMS-90683: Missing Purpose String in Info.plist - Your app’s code references one or more APIs that access sensitive user data. The app’s Info.plist file should contain a NSBluetoothPeripheralUs…

Centos系统备份与恢复

Centos系统备份与恢复 linux所有的东西都是文件,基于这一点,备份和还原还是比较简单方便的。习惯用三种命令:tar,dd,rsync。详细的用法可以man。 1、make a backup file #man tar #tar cvpzf backup.tgz / --exclude/…

swift设置UIButton字体大小

swift设置UIButton字体大小 mainView.button.titleLabel?.font UIFont(name: "PingFangSC-Medium", size: 30)

saltstack SLS

2019独角兽企业重金招聘Python工程师标准>>> SLS文件简述top.slsSLS文件命名空间state多文件示例state的层级关系include 示例:extend 示例:state的逻辑关系列表state的逻辑关系实例进阶主题:模板使用模板来精简SLS,使…

git简易使用

git的安装以及GitHub的注册这里就不说了,这里直接从上传开始。 1. 登录github进入settings 2. 添加SSH KEY,添加方式查看第3步 3. 由于本地Git仓库和Github仓库之间的传输是通过SSH加密的,所以连接时需要设置一下: 创建SSH KEY。先…

Command MergeSwiftModule failed with a nonzero exit code的解决方法

Command MergeSwiftModule failed with a nonzero exit code的解决方法 当Xcode编译运行多次,可能会出现此报错 CommandShiftK,clean一下,再重新运行 或者在Product下拉菜单中选择Clean Build Folder