Cause of could not follow symbolic link
error after upgrading react native from 0.59.4 to 0.60.4, i should remove .bin folder.
The problem is solved on android version but in iOS, when i use pod install
pod says :
[!] Invalid `Podfile` file: No such file or directory - ./node_modules/.bin/react-native.
# from /path-to-project/ios/Podfile:40
# -------------------------------------------
#
> use_native_modules!
# end
# -------------------------------------------
Is there any way to rebuild .bin
folder?
Could you please help me?
Thanks