transistorsoft / react-native-background-fetch

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

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

Open williamswebworks opened 3 weeks ago

williamswebworks commented 3 weeks ago

When archiving the build fails with 'TSBackgroundFetch/TSBackgroundFetch.h' file not found. When running on a device or just "building" the process run successfully. Not sure what is causing the error, I have tried all the steps in previously closed issues like this and none seem to be working to correct the issue. The application was building and archiving fine in previous releases

Context

Archive to submit for beta testing

christocracy commented 3 weeks ago
$ cd ios 
$ pod install
williamswebworks commented 3 weeks ago

I have tried that several times with the same result and errorOn Jun 10, 2024, at 12:36 PM, Chris Scott @.***> wrote: $ cd ios $ pod install

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

christocracy commented 3 weeks ago

Re-install the library and follow the Setup Instructions.

williamswebworks commented 3 weeks ago

I have done that also and the same result. Not really sure what I am missing now

On Jun 10, 2024, at 12:53 PM, Chris Scott @.***> wrote:

Re-install the library and follow the Setup Instructions.

— Reply to this email directly, view it on GitHub https://github.com/transistorsoft/react-native-background-fetch/issues/504#issuecomment-2158864919, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADLUCKKPZRUHAZZ3NJNQXDZGXK2JAVCNFSM6AAAAABJCU5UJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJYHA3DIOJRHE. You are receiving this because you authored the thread.

christocracy commented 3 weeks ago

Attempt to reproduce in a freshly generated “hello world” project.