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
run pod install this error is thrown
[!] The push-react-native-sdk pod failed to validate due to 1 error:
- ERROR | attributes: Missing required attribute summary.
Reproduction steps
`npm install @pushprotocol/react-native-sdk``cd ios && pod install`
error thrown
From `push-react-native-sdk.podspec`
s.summary = package["description"]
the package json has no entry for description
Temporary fix:
Patch package with
s.summary = "Push React Native SDK"
Perm fix:
Add a description to @pushprotocol/react-native-sdk package.json or remove the entry from podspec entirely
Screenshots
![DESCRIPTION](LINK.png)
Relevant Logs
No response
Dapp Env
Prod (app.push.org), Staging (staging.push.org), Dev (dev.push.org)
Browsers
No response
The text was updated successfully, but these errors were encountered:
Expected Behaviour
run pod install and it succeeds
Current Behaviour
run pod install this error is thrown
[!] The
push-react-native-sdk
pod failed to validate due to 1 error:- ERROR | attributes: Missing required attribute
summary
.Reproduction steps
Screenshots
![DESCRIPTION](LINK.png)
Relevant Logs
No response
Dapp Env
Prod (app.push.org), Staging (staging.push.org), Dev (dev.push.org)
Browsers
No response
The text was updated successfully, but these errors were encountered: