I can't build for iOS.. React Native 0.68
See original GitHub issueDescription
Hello, I have a big problem… I create a new clean React Native project I modify nothing and I can’t build… I reinstalled xcode it still doesn’t work it’s tiring.
Version
0.68
Output of npx react-native info
System: OS: macOS 12.3.1 CPU: (16) x64 Intel® Core™ i9-9880H CPU @ 2.30GHz Memory: 50.60 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.13.0 - /usr/local/bin/node Yarn: Not Found npm: 8.6.0 - ~/node_modules/.bin/npm Watchman: 2022.03.21.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 15.4, macOS 12.3, tvOS 15.4, watchOS 8.5 Android SDK: Not Found IDEs: Android Studio: 2021.1 AI-211.7628.21.2111.8309675 Xcode: 13.3/13E113 - /usr/bin/xcodebuild Languages: Java: Not Found npmPackages: @react-native-community/cli: Not Found react: 17.0.2 => 17.0.2 react-native: 0.68.0 => 0.68.0 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
Just initiate a React Native project and try to build that’s it.
Snack, code example, screenshot, or link to a repository
No response
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:5
Top GitHub Comments
I have the exact same issue, I was trying to upgrade my bare expo project to version 0.68 and it did not want to build for IOS. I tried everything but could not make it work.
Finally I built a new plain react-native project just to see and I can see it also doesn’t run on IOS even there!
Xcode Version: 13.4.1 Node Version: v16.13.2 MacOS: 12.4 Monterey React-Native: 0.68.2
Please any help appreciated!
I am also having a problem with iOS. When I have updated all dependencies, node and npm and cocapods it crashes. It returned Appdelegate.m
So when I rollback the my project it became worse. iOS doesnt want to run no matter if I call pod install and npm i and removed some cache.
I have version XCODE 13.3 .
I have almost the same dep like @lvothnrv
my npm version: 8.6.0 node version: 16.14.2