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
I'm having some issues getting react-native-background-fetch to run in my detached ExpoKit project. I've installed via npm and run the installation instructions (link and pod install).
First issue is that the RNBackgroundFetch+AppDelegate.m isn't being added to the project correctly:
If you look at the absolute path, it links to /ios/node_modules/, where it should just link to /node_modules. If I run it anyway, I get the following error:
clang: error: no such file or directory: '/Users/holgersindbaek/CloudDrive/HolgerSindbaek/Habitual/Programming/habitual-ios/ios/node_modules/react-native-background-fetch/ios/RNBackgroundFetch/RNBackgroundFetch+AppDelegate.m' clang: error: no input files
If I then change the location, so it is able to find the file correctly like this:
If I then run, I get the following error:
I've been struggling with this for a while. Does anyone know what's going on here?
Your Environment
Plugin version: 2.7.0
Platform: iOS
OS version: 10.14.6 (18G95)
Device manufacturer / model: simulator
React Native version (react-native -v): 0.59.8
Plugin config
Expected Behavior
Package runs
Actual Behavior
Package doesn't run
Context
Install the package
The text was updated successfully, but these errors were encountered:
I'm having some issues getting react-native-background-fetch to run in my detached ExpoKit project. I've installed via npm and run the installation instructions (link and pod install).
First issue is that the RNBackgroundFetch+AppDelegate.m isn't being added to the project correctly:
If you look at the absolute path, it links to
/ios/node_modules/
, where it should just link to/node_modules
. If I run it anyway, I get the following error:clang: error: no such file or directory: '/Users/holgersindbaek/CloudDrive/HolgerSindbaek/Habitual/Programming/habitual-ios/ios/node_modules/react-native-background-fetch/ios/RNBackgroundFetch/RNBackgroundFetch+AppDelegate.m' clang: error: no input files
If I then change the location, so it is able to find the file correctly like this:
If I then run, I get the following error:
I've been struggling with this for a while. Does anyone know what's going on here?
Your Environment
react-native -v
): 0.59.8Expected Behavior
Package runs
Actual Behavior
Package doesn't run
Context
Install the package
The text was updated successfully, but these errors were encountered: