gpt4 book ai didi

ios - 获取 curl : (22) The requested URL returned error: 403 Forbidden while installing linphone through cocoa pods?

转载 作者:行者123 更新时间:2023-11-29 05:18:51 24 4
gpt4 key购买 nike

我正在通过 cocoa pod 安装 linphone 并收到错误

以下是pod文件代码

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'SimLess' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!


# Pods for SimLess
pod 'liblinphone'
pod 'Alamofire'
pod 'SwiftyJSON'
pod 'IQKeyboardManagerSwift'
pod 'Kingfisher'
pod 'MBProgressHUD'
pod 'SCNetworkReachability'
pod 'ReachabilitySwift'
pod 'SideMenu'
target 'SimLessTests' do
inherit! :search_paths
# Pods for testing
end

target 'ProjectNameUITests' do
inherit! :search_paths
# Pods for testing
end

结束

我收到以下错误:

[!] 安装 liblinphone 时出错[!]/usr/bin/curl -f -L -o/var/folders/ry/smn70dn550xflcjls8_hh2t40000gn/T/d20191116-26192-nqvjxb/file.zip https://lingusocial-media-eu.ams3.digitaloceanspaces.com/shared/liblinphone-iphone-sdk-4.0.2.zip --create-dirs --netrc-可选 --retry 2

% 总计 % 已接收 % Xferd 平均速度 时间 时间 时间 当前 Dload 上传总花费左速度 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0curl: (22) 请求的 URL 返回错误:403 Forbidden

如何解决这个问题?

注意:如果我删除 libliphone,那么其他 pod 就会成功安装。

最佳答案

你可以直接使用

   pod 'Liblinphone'

而不是

    pod 'liblinphone'

所有 Pod 均以大写字母开头如果这一切都不能解决您的问题,那么就这样做

 sudo gem install cocoapods

这将确保“Liblinphone”在您的 cocoapods 中可用或

 pod try liblinphone

关于ios - 获取 curl : (22) The requested URL returned error: 403 Forbidden while installing linphone through cocoa pods?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58888931/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com