ERROR | attributes: Missing required attribute `homepage`.

  zdeMacBook-Pro:ios z$ pod install
Auto-linking React Native module for target `sometest`: RNVoicesdk
Analyzing dependencies
Fetching podspec for `DoubleConversion` from `/Users/z/code/rntest/sometest/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
Fetching podspec for `Folly` from `/Users/z/code/rntest/sometest/node_modules/react-native/third-party-podspecs/Folly.podspec`
[!] The `RNVoicesdk` pod failed to validate due to 1 error:
    - ERROR | attributes: Missing required attribute `homepage`.
    - WARN  | source: The version should be included in the Git tag.
    - WARN  | description: The description is equal to the summary.


zdeMacBook-Pro:ios z$ 

 react native的demo项目依赖的插件iOS工程字符串是空的:

解决:s.homepage = "加上你的网页地址"

原文地址:https://www.cnblogs.com/Oldz/p/13328226.html