-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
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
React Native fails to start on Apple Chip M2 with macOS Monterey 12.4 #36834
Comments
|
There is no React Native 10.2.2. Can you clarify whihc version you're using? |
Hi cortinico, sorry my bad. My React Native version is "0.71.6". |
Can you share the full build log? |
|
I have the same problem on mac air m2 . |
It looks like something funky is going in your
|
Hi @blakef Unfortunately, I don't have a Pods directory, so I couldn't follow your first suggestion. Your second suggestion to follow the instructions from the link you provided to me worked by opening the app. However, I am getting the following error after the app opened. |
Anyone available? I am still getting the following error when I run the command Here's my log:
|
@georgeka98 try run
or probably you are using Java: 19.0.1 - /usr/bin/javac not Java: 11.0.18 - /usr/bin/javac |
@georgeka98 Since you don't have a Pods folder, I bet you haven't installed dependencies of the iOS project. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
React-rncore issues Now Setting up React Native environment installing at IOS Plateform with React Native latest version (0.73.4) for macOS Sonoma m2 Apple chip with Xcode 15.2 version Failed |
|
Hi @huzaifahazelGit , did you find any solution for this ? |
yes...you have to remove space parent folder name then able to solve
this problem
…On Tue, 2 Apr 2024, 4:43 pm arunsa-hrbl, ***@***.***> wrote:
This issue was closed because it has been stalled for 7 days with no
activity.
Why are you closed this issue , did not any action for this issue , There
are many days passed but no any respond from React native community and not
a stack overflow developers
There are a lot of developers has stucked to solve this issue but I have
tried mays days to solve this issue but below same error occured
*React-rncore issues Command PhaseScriptExecution failed with a nonzero
exit code*
Now Setting up React Native environment installing at IOS Plateform with
React Native latest version (0.73.4) for macOS Sonoma m2 Apple chip with
Xcode 15.2 version Failed
Hi @huzaifahazelGit <https://github.com/huzaifahazelGit> , did you find
any solution for this ?
—
Reply to this email directly, view it on GitHub
<#36834 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZQR5LJ3FNZVI3ZBDALAZITY3KKVXAVCNFSM6AAAAAAWVLM5LGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZRG44TQOJYGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Description
Hi,
I currently need to build an app and I chose RN in order to work on cross platform (iOS and Android). I never had issues before working with RN before upgrading to the Apple M series chipset.
I followed some commands to install all the packages needed to start working on my app following this guide, but I am getting the following error after running
npx react-native run-ios
.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 AwesomeApp.xcodeproj.
I have tried multiple solutions from other "open issues", but I couldn't manage to resolve the issue and I would get even more issues by following some proposed solutions from other GitHub users.
Here are my versions:
My computer specs:
I was wondering if anyone has any suggestions on how I can fix this error. Are there any issues with the versions of the packages?
React Native Version
0.71.6
Output of
npx react-native info
System:
OS: macOS 12.4
CPU: (8) arm64 Apple M2
Memory: 598.59 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 19.8.1 - /opt/homebrew/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 9.5.1 - /opt/homebrew/bin/npm
Watchman: 2023.03.27.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.12.0 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5
Android SDK: Not Found
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8815526
Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild
Languages:
Java: 19.0.1 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.6 => 0.71.6
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
(open another Terminal window in the MyProject directory)
Snack, code example, screenshot, or link to a repository
https://github.com/georgeka98/react-native-issue.git
The text was updated successfully, but these errors were encountered: