iOS build crashes in project which create last template version
movpushmov opened this issue · 4 comments
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
- Create new project with command
npx react-native init AwesomeTSProject --template react-native-template-typescript
- Run Metro Bundler
npm run start
- Run iOS Build
npm run ios
- See an Error
Snack, code example, screenshot, or link to a repository
Crash log:
npx react-native init AwesomeTSProject --template react-native-template-typescript@6.8.6
Setting version of react-native init template solve problem - this is workaround. But this don't solve problem in actual template version
Can you provide any example code?
Can you provide any example code?
All steps for reproduce you can find in my issue
"Steps to reproduce"