作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试通过 Pod 加载以下 github 存储库:
https://github.com/applidium/ADOverlayContainer
$ pod install
Analyzing dependencies
[!] Unable to find a specification for `OverlayContainer`
还尝试了“ADOverlayContainer”。
podfile,注意其他两个 pod 工作:
# Uncomment the next line to define a global platform for your project
platform :ios, '12.1'
target 'MyCoreData' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'SwiftCharts', '~> 0.6.3'
pod 'SwiftGraph'
pod 'OverlayContainer'
# Pods for MyCoreData
target 'MyCoreDataTests' do
inherit! :search_paths
# Pods for testing
end
target 'MyCoreDataUITests' do
inherit! :search_paths
# Pods for testing
end
end
似乎找不到指定的规范,作者也没有联系信息或问题标签。我能以某种方式确定正确的引用吗? github 存储库上的 Podfile 似乎是相同的引用。
最佳答案
我已经尝试在示例项目中使用您的 podfile。看起来不错。我成功安装了 OverlayContainer
。您也可以在新的示例项目中尝试您的 podfile,如果它也不起作用,那么问题应该出在您的本地 pod 设置中。
有多种方法可以解决这个问题。
pod setup
(这可能需要一些时间)。source 'https://github.com/CocoaPods/Specs.git'
。希望对您有所帮助。
关于来自 ADOverlayContainer 的 OverlayContainer 的 iOS Podfile 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54032755/
我正在尝试通过 Pod 加载以下 github 存储库: https://github.com/applidium/ADOverlayContainer $ pod install Analyzing
我是一名优秀的程序员,十分优秀!