gpt4 book ai didi

来自 ADOverlayContainer 的 OverlayContainer 的 iOS Podfile 问题

转载 作者:行者123 更新时间:2023-11-28 23:39:15 25 4
gpt4 key购买 nike

我正在尝试通过 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 设置中。

有多种方法可以解决这个问题。

  1. 运行 pod setup(这可能需要一些时间)。
  2. 更新您的 Cocoapod Material (gem?ruby?等等)。
  3. 您也可以尝试在您的 podfile 中添加 source 'https://github.com/CocoaPods/Specs.git'

希望对您有所帮助。

关于来自 ADOverlayContainer 的 OverlayContainer 的 iOS Podfile 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54032755/

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