-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fails to install CocoaPods deps #265
Comments
I had a similar problem but solved it by uninstalling cocoapods, by running |
Strange because when I setup my mac I did run a |
I noticed that you have to run |
I updated to react-native 0.69, when I try to start a new project, the following error raised:
I am using cocoapods from homebrew |
@kockok is this during react-native init command? |
Yes, this is not specific to the
|
I'm getting the same error (0.69) and doesn't seem to be related to cocoapods not being found (and not limited to this template). Doing a manual [!] CocoaPods could not find compatible versions for pod "Flipper-DoubleConversion":
In Podfile:
Flipper-DoubleConversion (= 3.2.0.1)
None of your spec sources contain a spec satisfying the dependency: `Flipper-DoubleConversion (= 3.2.0.1)`.
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile. |
I get same problem In my other os, can work, but here is not work how to do in it problem ? |
Simply run |
Expected results
If I run
npx react-native init example
then CocoaPods dependencies are installed correctly but runningnpx react-native init example --template react-native-template-typescript
fails on this stepObserved results
even after running
cd ./example/ios && pod install
this still failsThe text was updated successfully, but these errors were encountered: