-
Notifications
You must be signed in to change notification settings - Fork 919
react-native run-ios
build failure "x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler "
#1311
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
Comments
Use a local version of the CLI like |
? what do you mean @thymikee Command I expect to work, Android works
Yarn run?
npm run? (I'm specifically avoiding Npm for this project, so this is expected output)
Why was this issue closed? I don't have React Native global installed because the docs recommend running through npx, at least how I understand it. |
@AlphaJuliettOmega are you able to solve this error? I am also facing the same issue. |
are you able to solve this error? I am also facing the same issue |
@RusherK I solved this issue, so please follow the below steps to solve it These steps worked for me.I hope this will help you. |
Any updates on this one? |
any update ? |
@marian-galik I tried the solution on that question but that gives me this error message: Any suggestion? |
@marian-galik I fixed It :) |
By updating the latest Flipper SDK, the issue got resolved: Call |
It's really weird, but after the last xcode update, updating the Flipper SDK has become useless for me. You can try to comment |
Updating to xcode 14.5 has also broken my build too, |
Downgrading
|
use_flipper!({ 'Flipper-Folly' => '2.3.0' }) or use_flipper!({ 'Flipper-Folly' => '2.5.1' }) doesnt work after upgrade to xcode 14.5 |
There are several way to suddenly your project building failure. I dont know and dont care, I just know how to fix.! I will show you all of them:
=> Open Xcode by file in ios foulder (yourProject.xcworkspace) then right click to your project add swift file then ok. (dont think too much, just do it =_=). => one of 2 ways below cant make your project building success, but it still bulding failure just do last way I know: If 3 ways below cant fix ??? so you should carefull by testing all package that you installed by testing them:
I JUST MADESS AFTER LEAN REACT-NATIVE SO I DONT WANNA ANYONE ELSE MAD LIKE ME +____+ |
this worked for me |
it worked for me |
Please checkout our podfiles, check if all versions off plataform :ios. Common problem using onesignal. |
it is outrageous that you closed this issue after a half-assed response like that. |
I guess my advice wasn't exactly on point. If something like this still happen, please open a new issue with a repro |
|
Occur due to some mismatch of packages, search for a package which shows the error and remove the package After that delete ios folder
re-create ios folder install pod
|
#> facebook/react-native#31179
i got this error"require_relative '../node_modules/react-native/scripts/react_native_pods' how too solve "p/ios/milmaDataEntry/AppDelegate.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'milmaDataEntry' from project 'milmaDataEntry') |
I was struggling with this issue last week and it kind of disappeared. I cleared all my cache After that, I was able to rebuild the app using Xcode. I can't really pinpoint what exactly solved my issue which is quite concerning... |
Yes, I updated my React native version to 0.71.6, it keeps on giving this error |
I've upgraded my project from "0.70.8" to "0.72.3", and still getting the error. I've tried everything mentioned above, but didn't work.
|
I resolved the error after commenting out below command in my pod file
and used the solution provided here https://mrdevgeek.com/xcode-14-3-simulator-16-4-build-failure-how-to-fix-value-is-unavailable-introduced-in-ios-12-0-error-with-react-native-0-71-5/ |
I am facing this issues after I tried to upgrade react-native version from 0.63.4 to 0.71.3 and made changes to podfile according to react native upgrade helper |
1 similar comment
I am facing this issues after I tried to upgrade react-native version from 0.63.4 to 0.71.3 and made changes to podfile according to react native upgrade helper |
If you re working with a m1 chip, Downgrade @react-native-community/datetimepicker to version 7.6.2 |
I just updated to RN v0.63.3, although im not sure this related to the upgrade. I was having issues with react-native run-ios on previous react-native version after changing the name of the app, and the project/schemes had different names, never got that issue solved, everyone said to just upgrade.
now on v0.63.3 there is still an issue with failing build after react-native run-ios. this time the error is:
There is NO issue building/running from inside Xcode. ONLY with react-native run-ios
EDIT: I thought maybe there was an issue with the fact that I had the cli globally installed since I was just calling react-native run-ios. I believe that uses the global installation. so since its outdated, I uninstalled globally and tried to use the community package with npx react-native run-ios. now its giving another compileC error, but different.
This is completely killing my ability to iterate quickly, any advice is welcomed
react-native: 0.63.3 react-native-cli (global): 2.0.1 react-native-community/cli: ^4.8.0 Xcode: 12.0.1 iOS: 14.0.1
The text was updated successfully, but these errors were encountered: