-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Unable to run AwesomeProject sample app successfully with error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. #24450
Comments
The same after update xcode ... |
@jerrychong25 Hey! I can provide a temporary workaround for your problem. Follow these steps:
|
@kamilzamerski Can you elaborate? |
@alvin-toffler |
File -> Shared Project Settings -> Build System -> Legacy Build System |
Yesterday react-native run-ios works with no problem and today I get the error of this issue and haven't change or update anything, any solution? |
@Piero87 I had exactly the same problem, I just delete the |
I just try |
I was getting this same error with regards to the Info.plist. None of the above worked for me - what did was removing |
I found a solution if someone has a problem and you have to create a new folder in document on the command line and it works the reason remains a mystery but after a while I tried everything well that one logically if not at the end of the chips I would never have tested it... |
This should be the answer |
@Piero87 I had exactly the same problem, I just delete the I tried this and it worked... Thanks! |
This was the answer for me too! |
The original author hasn't commented recently, and the template is already tested as part of our CI system, so this shouldn't be a problem on |
This comment has been minimized.
This comment has been minimized.
Noted and thanks. |
I deleted the build folder inside the ios and run the react-native run-ios, It Worked |
This error occurred when I opened my project for the first time in XCode cuz i needed to add a library. Deleting the build folder in the ios folder alone didn't work for me. What worked for me:
|
None of mentioned above has worked for me. I just created new project and can not run it... |
None of these is working for me either. Why is this even closed? |
downgrade to [email protected], only thing that worked for me. |
Same issue |
Same issue here. react-native-cli: 2.0.1
|
so far... with those configs above, the only thing that worked for me was creating a new projet with react-native version 0.59.5 (and reset cache
|
^ Same issue! |
Comigo foi assim também, mas e so dar um ( command + R ) pra resetar a conexão |
Thanks |
Literally, not even a single one could fix the issue. I tried all the suggestions. The only solution I might need to do is formatting my whole mac with a clean installation of all tools. |
It's working. Thank you |
Perfect it worked for me,,Thanks |
This worked for me!
|
@phuongthuan @garshen Your solution not worked for me |
Nothing above worked for me. Only worked when I include --scheme param in react-native run-ios
|
@thiagosrib How can you set the scheme param. I also facing the same error. Can you brief me about scheme param? |
@nihp in my case, the project that I work has two schemes in Xcode (Dev and Prod). So, I used the command below and it worked for me
|
|
Solution here 👆 |
@nihp to create schemes, on Xcode goes to After create a new scheme, you can manage the configurations chosing Edit option. Sorry for the delay in my answer. |
Can anyone of you confirm after upgrading how your Header Seach Paths are? Is it like (${PODS_ROOT}/Headers/Public/BugsnagReactNative") Or ($RCTROOT/filename). What is the correct one after upgrade to 0.60.0 or 0.61.5 |
Ok, I got it. Had issues setting-up a new project after not using React-Native for a lot of time. My system: macOS High Sierra 10.13.6 In other words: |
should be remove build folder in folder ios and run again, I work good |
I did every single thing above but still the issues, I can't build my ios app :( |
when i run my react-native project on terminal for ios i faced this issue??is there any solution i tried everything but i can't run my app and my xcode not working when i open my project. |
@Khushboo-gupta-123 I got the same result. I know this is not the solution you are looking for, but what worked for me was deleting my Node Modules and then Yarn them back and if-so fact-o, it worked. Not a fix, but it worked for me.
|
What worked for me was to rename the project by removing the special characters. Example: "project_marketplace" to "projectmarketplace" In this case, I redid the project with react-native init and copied the src and package.json folder. |
Hi All! |
This happens when you terminate the metro bundler terminal window. So make sure you start the metro bundler again by running
then open your iOS project in Xcode Goto -> Product -> Clean build folder. Then goto your terminal project path start again
Hope it helps |
🐛 Bug Report
To Reproduce
react-native init AwesomeProject
Expected Behavior
Run sample app successfully.
Code Example
Run new project named AwesomeProject as mentioned in Getting Started for macOS iOS.
Environment
Debug Log
Could anyone assist on this issue?
Thanks.
The text was updated successfully, but these errors were encountered: