This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
buildSettings.LIBRARY_SEARCH_PATHS.push is not a function #305
Open
Description
Hi when I use react-native link
to link the dependencies, I got the error below:
rnpm-install info Linking react-native-fetch-blob android dependency
rnpm-install info Android module react-native-fetch-blob has been successfully linked
rnpm-install info Linking react-native-fetch-blob ios dependency
rnpm-install ERR! It seems something went wrong while linking. Error: buildSettings.LIBRARY_SEARCH_PATHS.push is not a function
Please file an issue here: https://github.com/facebook/react-native/issues
I'm using
"react-native": "0.42.0",
"react-native-fetch-blob": "0.10.4",
Xcode: 8.3
MaxOS: 10.12.4
Anyone can help? Or do I need to link the dependencies manually?