gpt4 book ai didi

ios - IndoorAtlasWayfinding Pod 安装错误

转载 作者:行者123 更新时间:2023-11-30 10:54:39 25 4
gpt4 key购买 nike

运行/安装我的 pod 文件时

use_frameworks!
target 'IndoorNav' do
source 'git@github.com:IndoorAtlas/CocoaPods-Specs.git'
pod 'IndoorAtlas', '2.8.1'
pod 'IndoorAtlasWayfinding', '2.8.0'
end

我收到以下错误

Analyzing dependencies
Cloning spec repo `indooratlas` from `git@github.com:IndoorAtlas/CocoaPods-Specs.git`
[!] Unable to add a source with url `git@github.com:IndoorAtlas/CocoaPods-Specs.git` named `indooratlas`.
You can try adding it manually in `~/.cocoapods/repos` or via `pod repo add`.

我还尝试了 https://github.com/CocoaPods/CocoaPods/issues/4293 上讨论的许多解决方案但找不到答案。有人可以帮忙吗?

最佳答案

我认为 podfile 应该是:

use_frameworks!
target 'IndoorNav' do
source 'https://github.com/IndoorAtlas/CocoaPods-Specs.git'
pod 'IndoorAtlas', '2.8.1'
pod 'IndoorAtlasWayfinding', '2.8.0'
end

关于ios - IndoorAtlasWayfinding Pod 安装错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54092611/

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