-
Notifications
You must be signed in to change notification settings - Fork 918
Cannot install Pods when init App #766
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
Comments
Are you using Yarn workspaces? Can you verify that Looks like either something is missing in your Also, have you tried running:
as per the debugging info? |
How i can check this?
I think yes, because i see this path and files:
How i can check this?
I think problem that Pod cannot find pods in |
update gem xcodeproj gem |
Please update the |
Sorry, but it's not my situation.
with └─ @react-native-community/[email protected] same error.
|
Thanks. Can you setup a minimal repro which we could investigate? |
@thymikee Hi! And now i can init RN app 0.61, with cli 3.0-alpha without errors. Thank you. |
I got this same error and the problem was the version of Ruby I was using when running |
Environment
System:
OS: macOS High Sierra 10.13.6
CPU: (4) x64 Intel(R) Core(TM) i5-2557M CPU @ 1.70GHz
Memory: 24.54 MB / 4.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.10.0 - /usr/local/bin/node
Yarn: 1.17.3 - /usr/local/bin/yarn
npm: 6.11.3 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1
Android SDK:
API Levels: 22, 23, 25, 26, 27, 28
Build Tools: 23.0.1, 26.0.1, 26.0.2, 27.0.3, 28.0.3
System Images: android-26 | Google APIs Intel x86 Atom_64
IDEs:
Android Studio: 3.3 AI-182.5107.16.33.5264788
Xcode: 10.1/10B61 - /usr/bin/xcodebuild
npmPackages:
react: 16.9.0 => 16.9.0
react-native: 0.61.2 => 0.61.2
npmGlobalPackages:
create-react-native-app: 1.0.0
react-native-cli: 2.0.1
react-native-git-upgrade: 0.2.7
Description
When i run command
npx react-native init MyApp
Process ended with error:
In ../node_modules/@react-native-community/cli-platform-ios/ i cannot find directory native_modules
pod --version
1.8.1
Reproducible Demo
It's reproduce on my PC
The text was updated successfully, but these errors were encountered: