繁体   English   中英

IndoorAtlasWayfinding Pod安装错误

[英]IndoorAtlasWayfinding Pod installation error

运行/安装我的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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM