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 install the cocoapods of my project, let me know :
[!] The RNActivityRecognition 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.
Indeed, it missing a RNActivityRecognition.podspec in the lib.
Here is the diff that solved my problem:
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.When I install the cocoapods of my project, let me know :
[!] The
RNActivityRecognition
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.
Indeed, it missing a RNActivityRecognition.podspec in the lib.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: