gpt4 book ai didi

ios - 当我尝试获取 Realm 0.96.2 时 pod install 不起作用

转载 作者:行者123 更新时间:2023-11-29 12:10:01 25 4
gpt4 key购买 nike

我正在尝试遵循一些关于 Realm 和 iOS9 的教程,我需要安装 Realm,但在创建 pod 初始化文件并添加此代码之后:

# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
# Uncomment this line if you're using Swift
# use_frameworks!

target 'RealmTasks' do
use_frameworks!
pod 'RealmSwift'

end

我试过

pod install

但是我收到了这个错误

Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Installing Realm (0.96.2)
[!] /bin/bash -c
set -e
sh build.sh cocoapods-setup

core is not a symlink. Deleting...
Downloading dependency: core 0.94.0
Downloading core failed. Please try again once you have an Internet connection.

我在 Github 上阅读了一些相关信息 https://github.com/realm/realm-cocoa/issues/2446它提到了服务器问题,最后一条评论说要直接下载最新版本。我尝试这样做:

$ curl -f -L --verbose "https://static.realm.io/downloads/core/realm-core-0.94.0.tar.bz2" -o $TMPDIR/core_bin/core-0.94.0.tar.bz2

但是,我得到了同样的错误......有任何想法吗??还有别的办法吗??请。提前致谢

最佳答案

尝试以下两种方法之一。
1) 清理 Xcode 缓存。菜单 > 产品 > 清洁
2) 删除临时下载文件夹。在终端运行( rm -rf/tmp/core_bin )并通过“pod install”重新安装 pod

关于ios - 当我尝试获取 Realm 0.96.2 时 pod install 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33725751/

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