ios – 适用于YouTube集成的Cocoapods安装

ios – 适用于YouTube集成的Cocoapods安装,第1张

概述我需要安装 cocoapods进行YouTube集成,我用这个链接 http://www.raywenderlich.com/64546/introduction-to-cocoapods-2作为参考 这是我的podfile //////////////////////////////////////////# Uncomment this line to define a global pla 我需要安装 cocoapods进行YouTube集成,我用这个链接 http://www.raywenderlich.com/64546/introduction-to-cocoapods-2作为参考

这是我的podfile@H_502_3@

//////////////////////////////////////////# Uncomment this line to define a global platform for your project# platform :ios,'7.0'target 'testyoutube' dopod "YouTube-Player-iOS-Helper","~> 0.1"endtarget 'testyoutubeTests' doend                //////////////////////////////////////////

当我尝试安装pod时,我收到此错误代码@H_502_3@

Ansals-Mac-mini:testyoutube ansalantony$pod installAnalyzing dependencIEsCocoaPods 0.37.0.rc.1 is available.To update use: `gem install cocoapods --pre`[!] This is a test version we'd love you to try.For more information see http://blog.cocoapods.organd the CHANGELOG for this version http://git.io/BaH8pQ.[!] Unable to find a specification for `YouTube-Player-iOS-Helper (~> 0.1)`Ansals-Mac-mini:testyoutube ansalantony$

我已经安装pod的pod’AFNetworking’,’2.2.1′,但是当我试图安装pod时我收到错误@H_502_3@

"YouTube-Player-iOS-Helper","~> 0.1"
解决方法 你可以使用这个链接参考: https://github.com/youtube/youtube-ios-player-helper

使用这些pod命令而不是旧的命令pod“youtube-ios-player-helper”,“〜> 0.1.1”@H_502_3@ 总结

以上是内存溢出为你收集整理的ios – 适用于YouTube集成的Cocoapods安装全部内容,希望文章能够帮你解决ios – 适用于YouTube集成的Cocoapods安装所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/web/1112954.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-29
下一篇2022-05-29

发表评论

登录后才能评论

评论列表(0条)

    保存