我试着通过Cocoapods AFnetworking 2.0安装,但收到此消息

[!] Invalid `AFNetworking.podspec` file: undefined method `social_media_url=' for #<Pod::Specification name="AFNetworking">. Updating CocoaPods might fix the issue.

 #  from /Users/mac/.cocoapods/repos/master/AFNetworking/2.2.0/AFNetworking.podspec:7
 #  -------------------------------------------
 #    s.homepage = 'https://github.com/AFNetworking/AFNetworking'
 >    s.social_media_url = 'https://twitter.com/AFNetworking'
 #    s.authors  = { 'Mattt Thompson' => 'm@mattt.me' }
.

有帮助吗?

解决方案

作为Jervine10表示您需要更新Cocoapods。[sudo] gem install cocoapods

编辑:值得注意的是,直到Cocoapods达到1.0变化,非常快速地进行。当你有问题时,它总是值得确保你最新。

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top