-
Notifications
You must be signed in to change notification settings - Fork 25k
Description
Description
I was having trouble with starting a new app in version 0.67.2 so I did the following test to make sure it's version 0.67.2:
- I created two folders named
app1andapp2 - Inside
app1, I rannpx react-native init myapp - Inside
app2folder, I rannpx react-native init myapp --version 0.66.3 - I then opened each project in VS Code and in the terminal, I issued
npx react-native run-ios
The app in app2 folder using RN 0.66.3 ran perfectly without errors but the app in app1 folder using RN 0.67.2 fails with the following error:
Version
0.67.2
Output of npx react-native info
System:
OS: macOS 12.2
CPU: (4) x64 Intel(R) Core(TM) i3-8100B CPU @ 3.60GHz
Memory: 8.58 GB / 32.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 16.13.2 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/local/bin/yarn
npm: 8.5.0 - /usr/local/bin/npm
Watchman: 2022.01.31.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3
Android SDK: Not Found
IDEs:
Android Studio: 2021.1 AI-211.7628.21.2111.8092744
Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_311 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.67.2 => 0.67.2
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
See description above
Snack, code example, screenshot, or link to a repository
No response
