You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run a pod install I get the following error:
[!] The `RNMeasureText` 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.
The package is not usable.
The text was updated successfully, but these errors were encountered:
In the RNMeasureText.podspec file inside of node_modules/react-native-measure-text you have to add a url for the s.homepage field.
For example s.homepage = "https://github.com/author/RNMeasureText.git"
When I run a pod install I get the following error:
The package is not usable.
The text was updated successfully, but these errors were encountered: