作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
运行/安装我的 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/
运行/安装我的 pod 文件时 use_frameworks! target 'IndoorNav' do source 'git@github.com:IndoorAtlas/CocoaPods-
我是一名优秀的程序员,十分优秀!