Project should compile
On build below error is thrown:
Could not find auto-linked framework 'TSBackgroundFetch'
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_TSBackgroundFetch", referenced from:
objc-class-ref in TSLocationManager(TSLocationManager.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Trying to build the project
Logs
<!-- Syntax highlighting: DO NOT REMOVE -->
PASTE_YOUR_LOGS_HERE
yarn add react-native-background-fetch
pod install
Awesome, It worked. Thanks for quick reply.
Most helpful comment