You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Recently, I created a new project using react-native 0.70 with this command: npx react-native init ExpenseTracker ---template react-native-template-typescript. After creating it, I checked the ios folder and found the Helloworld.xcworkspace file. And when I try to run the app, it shows this error:
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening Helloworld.xcworkspace.
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace Helloworld.xcworkspace -configuration Debug -scheme Helloworld -destination id=1D32553F-4ADB-43DE-BD09-630294126564
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
### Version
0.70
### Output of npx react-native info
info Fetching system and libraries information...
System:
OS: macOS 12.6
CPU: (8) x64 Apple M1
Memory: 39.34 MB / 8.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.17.0 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 8.15.0 - /usr/local/bin/npm
Watchman: 2022.09.05.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0
Android SDK: Not Found
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8815526
Xcode: 14.0/14A309 - /usr/bin/xcodebuild
Languages:
Java: 11.0.16.1 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.1.0 => 18.1.0
react-native: 0.70.1 => 0.70.1
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
### Steps to reproduce
Run this command on terminal npx react-native init ExpenseTracker --template react-native-template-typescript
And check ios folder
### Description
Recently, I created a new project using react-native 0.70 with this command:
npx react-native init ExpenseTracker ---template react-native-template-typescript
. After creating it, I checked the ios folder and found the Helloworld.xcworkspace file. And when I try to run the app, it shows this error:### Version
0.70
### Output of npx react-native info
### Steps to reproduce
Run this command on terminal
npx react-native init ExpenseTracker --template react-native-template-typescript
And check ios folder
### Snack, code example, screenshot, or link to a repository
https://github.com/younisrahman/react-native-70-issue
The text was updated successfully, but these errors were encountered: