pushy / pushy-react-native

The official Pushy SDK for React Native apps.
Apache License 2.0
16 stars 20 forks source link

Unable to react-native link pushy-react-native #74

Closed chankahmun closed 2 years ago

chankahmun commented 2 years ago

Hi, I follow this doc to integrate with pushy push notification service. (https://pushy.me/docs/additional-platforms/react-native). When I come to IOS and trying link the push-react-native, issue below happens. Anyone know how to fix this issue or there is alternative way??

Issue *-------- info Linking "pushy-react-native" iOS dependency error Linking "pushy-react-native" failed. Run CLI with --verbose flag for more details.

image

Thanks in advanced

pushy commented 2 years ago

Hi @chankahmun, We'd be glad to assist.

Please run the command with the --verbose flag as follows and send a screenshot of the detailed error:

react-native link pushy-react-native --verbose
chankahmun commented 2 years ago

Hi @pushy-me

image

pushy commented 2 years ago

Hi @chankahmun, Thank you. It appears the error itself is missing. Can you please let us know if there were any more lines outputted beyond the last line that reads as follows?

error Linking "pushy-react-native" failed.
chankahmun commented 2 years ago

Sorry, this is the last line. There was no more line after "error Linking "pushy-react-native" failed.

I tried to add below code directly into Podfile and "cd ios & pod install". It fixed my problem.

image

pushy commented 2 years ago

Hi @chankahmun, Glad to hear you were able to resolve the issue! 👍