When I deploy a react-native app to iPhone, encounter a linker error when compile with Xcode,
ld: library not found for -lRNLocationPermissions
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Xcode and React-Native configuration:
react-native-cli: 2.0.1
react-native: 0.59.9
Xcode: 10.2.1
Please feel free to comment on how to fix this error.