ios - 安装 pod 时出错

标签 ios cocoapods

我正在尝试安装 Pod (RegexKitLite),但遇到此错误。所有其他 pod 正在正常安装。这是我的 Pods 文件的样子:

# Uncomment this line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'
inhibit_all_warnings!

def import_pods
    pod 'Facebook-iOS-SDK', '3.23.0'
    pod 'CardIO', '5.0.2'
    pod 'CustomBadge', '3.0.0'
    pod 'GoogleAnalytics-iOS-SDK', '3.10'
    pod 'GoogleConversionTracking', '3.2.0'
    pod 'NSData+Base64', '1.0.0'
    pod 'RegexKitLite', '4.0'
    pod 'SMXMLDocument', '1.0.1'
    pod 'SBJson', '4.0.1'
    pod 'XMLDictionary', '1.4'
    pod 'iAppInfos', '0.2.1'
    pod 'BSKeyboardControls', '2.2'
    pod 'FXBlurView', '1.6.3'
end

target :my_App do
    import_pods
end

这是错误:

[!] Error installing RegexKitLite
[!] /usr/bin/svn export --non-interactive --trust-server-cert --force https://svn.code.sf.net/p/regexkit/code/RegexKitLite -r 69 /var/folders/d3/0wsknn2176q15z_yxfc_m0q5mc3l6_/T/d20150717-858-1i4ram4

svn: E175002: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/regexkit/code/RegexKitLite'

svn: E175002: OPTIONS of 'https://svn.code.sf.net/p/regexkit/code/RegexKitLite': could not connect to server (https://svn.code.sf.net)

我应该做什么?

问候!

最佳答案

当网站关闭时,您可以尝试 RegexKitLite-NoWarning pod。这是 RegexKitLite 的一个分支,它修复了编译警告。

关于ios - 安装 pod 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31473734/

相关文章:

ios - 我如何通过通用链接使用深度链接打开同一个应用程序

ios - 如何修复 user = [AuthDataResult?] nil 和错误 - FIRAuthDomain 代码 17026

swift - 使用 cocoapods 时无法在新的 swift 文件上导入框架

php - 在 Objective-C 中转换 PHP post 请求格式

ios - 不继承 UITableViewController 的 UITableView float 表头

ios - 谷歌登录 : value of type GIDSignInResult has no member 'authentication'

ios - 未找到框架 Pod

ios - 如何从命令行编译 iOS 项目

ios - 使用 super View 从 Swift 获取 UITableViewCell 到 Objective-C

ios - 没有这样的模块 'SDWebImage'