transistorsoft / react-native-background-fetch

Periodic callbacks in the background for both IOS and Android
MIT License
1.43k stars 191 forks source link

'TSBackgroundFetch/TSBackgroundFetch.h' file not found #455

Closed GurjeetLamba closed 10 months ago

GurjeetLamba commented 10 months ago

I have implemented all the setup process for background fetch , but I am getting above issue , also after installing all the pods , I am not able to see background-fetch inside Framework search paths

Your Environment

Actual Behavior

Build failed with error

Screenshot 2023-07-10 at 3 57 26 PM Screenshot 2023-07-10 at 3 57 10 PM
christocracy commented 10 months ago

Show me your package.json

christocracy commented 10 months ago

Plugin version:0.6.3

No such version.

GurjeetLamba commented 10 months ago

I was getting this issue yesterday with latest version of both the libraries means I was installing without mentioning the version , then I tried with "react-native-background-fetch": "4.0.4", "react-native-background-geolocation": "4.4.4", It worked , but today working with the latest version also , don't know what was wrong , So we can close this issue