简体   繁体   中英

Cocoapods don't install or update

I downloaded a client project that uses pods versioned in the project but when I run pod install or update, I receive this error:

[!] The IMFormatsAndValidations pod failed to validate due to 2 errors:

- ERROR | attributes: Missing required attribute `homepage`.
- ERROR | attributes: Missing required attribute `source`.

Any one know how can I solve this problem? How add this Missing attribute

Insert the below lines in the podspec file

s.summary = 'Librairy summary'
s.homepage = 'http://your.librairy.homepage'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM