-
Notifications
You must be signed in to change notification settings - Fork 959
Error installing Flipper #1321
Comments
$ pod install --verbose
|
I can't reproduce this. It seems to redirect to correct git for me. Would you mind take a look @priteshrnandgaonkar? One this to note is Flipper version is too old now. Could you try changing it to |
This might help CocoaPods/CocoaPods#9564 |
@cekkaewnumchai Anyway, thanks a lot! I don't know why, but it's OK now. PS: In addition, consider the Chinese network block problem
|
@xgqfrms I have the same problem with you,do you know how to solve it?
[!] Error installing Flipper Cloning into '/var/folders/g4/drnv501d1mq8qfv478_355940000gn/T/d20200722-15820-9tf26p'... |
There may be a network problem, try another network! |
Summary: A few people reported issues due to the previous repo name (`Sonar`) being referenced in the Podfile. - facebook/react-native#27565 - facebook/react-native#29251 - #1321 This PR updates it to the current name (`flipper`). Please let me know if these updates are also needed for the files under `Specs/Flipper/**/Flipper.podspec` (not sure what the purpose is). Pull Request resolved: #1528 Reviewed By: nikoant Differential Revision: D23730546 Pulled By: passy fbshipit-source-id: b4d776f44a054f3fe8b793ca36a8fbc8835e5d04
Hi Did u solve the issue? I met the same problem. |
Is network problem, you need to install repeatedly and wait patiently |
^sadly this seems to be the answer |
I changed to my mobile hotspot for the download. |
I have same problem with you,do you konw how to solve it? $: pod install
Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
Analyzing dependencies
Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
[Codegen] Found FBReactNativeSpec
Fetching podspec for `RCT-Folly` from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`
Fetching podspec for `boost` from `../node_modules/react-native/third-party-podspecs/boost.podspec`
Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
Downloading dependencies
Installing CocoaAsyncSocket (7.6.5)
Installing DoubleConversion (1.1.6)
Installing FBLazyVector (0.68.0)
Installing FBReactNativeSpec (0.68.0)
Installing Flipper (0.125.0)
Installing Flipper-Boost-iOSX (1.76.0.1.11)
Installing Flipper-DoubleConversion (3.2.0)
Installing Flipper-Fmt (7.1.7)
Installing Flipper-Folly (2.6.10)
[!] Error installing Flipper-Folly
[!] /usr/local/bin/git clone https://github.com/facebook/folly.git /var/folders/qq/s09t3v1d76ngfwl62bbgvbyr0000gq/T/d20220405-52321-ruopk0 --template= --single-branch --depth 1 --branch v2021.06.14.00
Cloning into '/var/folders/qq/s09t3v1d76ngfwl62bbgvbyr0000gq/T/d20220405-52321-ruopk0'...
fatal: unable to access 'https://github.com/facebook/folly.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 Env: System:
OS: macOS 12.2
CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
Memory: 3.38 GB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.13.0 - ~/.nvm/versions/node/v16.13.0/bin/node
Yarn: 1.22.11 - /usr/local/bin/yarn
npm: 8.1.0 - ~/.nvm/versions/node/v16.13.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK: Not Found
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Xcode: /undefined - /usr/bin/xcodebuild
Languages:
Java: 13.0.1 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.68.0 => 0.68.0
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found |
i simply run |
I have mostly face this issue when we had network issues |
Thank you buddy! You saved my time. |
🐛 Bug Report
https://github.com/facebook/Sonar
https://github.com/facebook/flipper
To Reproduce
create app using npx
npx react-native init RN_APP
manually install cocoa pod
cd ./RN_APP/ios && pod install
Environment
facebook/react-native#29251
The text was updated successfully, but these errors were encountered: