Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [BUG] iOS podspec error: Missing required attribute summary #1211

Open
Kyle772 opened this issue Apr 6, 2024 · 0 comments
Open

🐛 [BUG] iOS podspec error: Missing required attribute summary #1211

Kyle772 opened this issue Apr 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Kyle772
Copy link
Contributor

Kyle772 commented Apr 6, 2024

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

`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

@Kyle772 Kyle772 added the bug Something isn't working label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant