gpt4 book ai didi

ios - 使用 CocoaPods 在 iOS 中安装 Google Analytics 时出错

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:13:41 24 4
gpt4 key购买 nike

我正在尝试通过 cocoa pods 安装 Google Analytics,但这是不可能的,我总是会收到此错误:

Resolving dependencies of `Podfile`
[!] Unable to satisfy the following requirements:

- `Google/Analytics (~> 1.0.0)` required by `Podfile`

/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/resolver.rb:388:in `handle_resolver_error'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/resolver.rb:69:in `rescue in resolve'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/resolver.rb:56:in `resolve'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:535:in `block in resolve_dependencies'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/user_interface.rb:59:in `section'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:533:in `resolve_dependencies'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer/analyzer.rb:70:in `analyze'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer.rb:210:in `analyze'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer.rb:133:in `block in resolve_dependencies'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/user_interface.rb:59:in `section'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer.rb:132:in `resolve_dependencies'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/installer.rb:104:in `install!'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/command/project.rb:71:in `run_install_with_update'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/command/project.rb:101:in `run'
/Library/Ruby/Gems/2.0.0/gems/claide-0.9.1/lib/claide/command.rb:312:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/lib/cocoapods/command.rb:48:in `run'
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.38.2/bin/pod:44:in `<top (required)>'
/usr/bin/pod:23:in `load'
/usr/bin/pod:23:in `<main>'

我的 podfile 已经包含不同的 pod 和一个私有(private) pod:

platform :ios, "6.0"

source 'git@github.com:MyCompany/myCompany-cocoaPods-ios.git'
source 'https://github.com/CocoaPods/Specs.git'

target "MyTarget" do

pod 'OpenWeatherMapAPI', '~> 0.0.5'
pod 'INCore', '~>1.1.0'
pod 'AFNetworking', '>= 1.3.1'
pod 'Google/Analytics', '~> 1.0.0'

end

有什么我可以尝试的想法吗?谢谢

最佳答案

尝试在您的项目build设置中使用 iOS 7.0 作为部署目标。

关于ios - 使用 CocoaPods 在 iOS 中安装 Google Analytics 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31744493/

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