Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pod missing homepage in Swift?

I pod the JSQMessage library but got the error. Please help me how can i fix this. This is what i wrote in pod file:

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

And the error:

[!] The `JSQMessagesViewController` pod failed to validate due to 1 error:
- ERROR | attributes: Missing required attribute `homepage`.
like image 433
Trung Nguyen Avatar asked Sep 05 '25 02:09

Trung Nguyen


1 Answers

If you forking it, just add s.homepage = "https://LINKTOSOMETHING" into your library .podspec

like image 60
Zaporozhchenko Oleksandr Avatar answered Sep 07 '25 21:09

Zaporozhchenko Oleksandr