We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iOS App version build crashes with exit code 1.
0.67.3
npx react-native info
System: OS: macOS 12.2.1 CPU: (10) arm64 Apple M1 Pro Memory: 1.20 GB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.13.1 - /usr/local/bin/node Yarn: 1.22.17 - /opt/homebrew/bin/yarn npm: 6.14.15 - /usr/local/bin/npm Watchman: 2022.02.07.00 - /opt/homebrew/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: Not Found Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild Languages: Java: Not Found npmPackages: @react-native-community/cli: Not Found react: 17.0.2 => 17.0.2 react-native: 0.67.3 => 0.67.3 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
npx react-native init AwesomeTSProject --template react-native-template-typescript
npm run start
npm run ios
Crash log:
https://controlc.com/64ad9455
The text was updated successfully, but these errors were encountered:
npx react-native init AwesomeTSProject --template [email protected]
Setting version of react-native init template solve problem - this is workaround. But this don't solve problem in actual template version
Sorry, something went wrong.
Can you provide any example code?
All steps for reproduce you can find in my issue
"Steps to reproduce"
@radko93
No branches or pull requests
Description
iOS App version build crashes with exit code 1.
Version
0.67.3
Output of
npx react-native info
System:
OS: macOS 12.2.1
CPU: (10) arm64 Apple M1 Pro
Memory: 1.20 GB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.13.1 - /usr/local/bin/node
Yarn: 1.22.17 - /opt/homebrew/bin/yarn
npm: 6.14.15 - /usr/local/bin/npm
Watchman: 2022.02.07.00 - /opt/homebrew/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: Not Found
Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild
Languages:
Java: Not Found
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.67.3 => 0.67.3
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
npx react-native init AwesomeTSProject --template react-native-template-typescript
npm run start
npm run ios
Snack, code example, screenshot, or link to a repository
Crash log:
https://controlc.com/64ad9455
The text was updated successfully, but these errors were encountered: