All in a sudden when i tried to add new pods to the Podfile and tried to install them, the process is getting infinite!
Here is the log:
PreparingAnalyzing dependenciesInspecting targets to integrate Using `ARCHS` setting to build architectures of target `Pods-MyProject`: (``)Fetching external sources-> Fetching podspec for `BVLinearGradient` from `../node_modules/react-native-linear-gradient`-> Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`-> Fetching podspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec`-> Fetching podspec for `RNCAsyncStorage` from `../node_modules/@react-native-community/async-storage`-> Fetching podspec for `RNDeviceInfo` from `../node_modules/react-native-device-info`-> Fetching podspec for `RNFBApp` from `../node_modules/@react-native-firebase/app`-> Fetching podspec for `RNFBMessaging` from `../node_modules/@react-native-firebase/messaging`-> Fetching podspec for `RNFS` from `../node_modules/react-native-fs`-> Fetching podspec for `RNKeychain` from `../node_modules/react-native-keychain`-> Fetching podspec for `RNOS` from `../node_modules/react-native-os`-> Fetching podspec for `RNSVG` from `../node_modules/react-native-svg`-> Fetching podspec for `RNScrypt` from `../node_modules/react-native-scrypt`-> Fetching podspec for `RNSecureRandom` from `../node_modules/react-native-securerandom`-> Fetching podspec for `RNShare` from `../node_modules/react-native-share`-> Fetching podspec for `RNVectorIcons` from `../node_modules/react-native-vector-icons`-> Fetching podspec for `React` from `../node_modules/react-native`-> Fetching podspec for `TcpSockets` from `../node_modules/react-native-tcp`-> Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`-> Fetching podspec for `react-native-aes` from `../node_modules/react-native-aes-crypto`-> Fetching podspec for `react-native-google-maps` from `../node_modules/react-native-maps`-> Fetching podspec for `react-native-image-picker` from `../node_modules/react-native-image-picker`-> Fetching podspec for `react-native-image-resizer` from `../node_modules/react-native-image-resizer`-> Fetching podspec for `react-native-maps` from `../node_modules/react-native-maps`-> Fetching podspec for `react-native-randombytes` from `../node_modules/react-native-randombytes`-> Fetching podspec for `react-native-udp` from `../node_modules/react-native-udp`-> Fetching podspec for `yoga` from `../node_modules/react-native/ReactCommon/yoga`Resolving dependencies of `Podfile` CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only perfomed in repo updateCloning spec repo `cocoapods` from `https://github.com/CocoaPods/Specs.git` $ /usr/bin/git clone https://github.com/CocoaPods/Specs.git -- cocoapods Cloning into 'cocoapods'...
And it gets stuck here and when i checked the activity indicator a process called git-remote-https
is continuosly fetching the source from the repo, but it doesnt end either! Why so?? How to fix it