Pod缺少Swift的主页?

时间:2018-05-16 00:31:12

标签: cocoapods jsqmessagesviewcontroller

我播放了JSQMessage库但得到了错误。请帮帮我怎么解决这个问题。这是我在pod文件中写的:

pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'develop'

错误:

[!] The `JSQMessagesViewController` pod failed to validate due to 1 error:
- ERROR | attributes: Missing required attribute `homepage`.

2 个答案:

答案 0 :(得分:1)

如果要分叉,只需将s.homepage = "https://LINKTOSOMETHING"添加到库.podspec

答案 1 :(得分:-1)

JSQMessageViewController 已弃用您应该结帐(MessageKit)[https://github.com/MessageKit/MessageKit]。它是一个替代它的活跃社区。 https://github.com/MessageKit/MessageKit 只需将pod ‘MessageKit’添加到您的podfile即可。