Closed chankahmun closed 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
Hi @pushy-me
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.
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.
Hi @chankahmun, Glad to hear you were able to resolve the issue! 👍
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.
Thanks in advanced