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
There was always errors when I wanted to use this package but also for the "react-native-background fetch" package while linking the package with the project using react-native link command.
I mean this command :
"react-native link react-native-background-fetch".
Can you help me resolving this issue?
Thanks
The text was updated successfully, but these errors were encountered:
@ajangi Are you using pods in your project? We have an issue with linking anything when a podfile exists for some reason. RN adds a podspec path to it, which fails to work 100% of the time, but if we remove the podfile from ios directory, then run the link command, then replace the podfile, everything works as intended. (If you try this, remember to delete the podspec line from podfile if it was added)
There was always errors when I wanted to use this package but also for the "react-native-background fetch" package while linking the package with the project using react-native link command.
I mean this command :
"react-native link react-native-background-fetch".
Can you help me resolving this issue?
Thanks
The text was updated successfully, but these errors were encountered: