-
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
[FIXED in 0.71.6, 0.70.8, 0.69.9] Xcode 14.3 (14E222b) Build Failed with React Native 0.71.5 #36739
[FIXED in 0.71.6, 0.70.8, 0.69.9] Xcode 14.3 (14E222b) Build Failed with React Native 0.71.5 #36739
Comments
I have the same issue |
cc @cipolleschi |
@bahadiraraz can you post your current project or Podfile? It's possible since ruby inside Xcode offers little assistance that you're missing a piece of the patch. |
|
@bahadiraraz The patch is not present. Am I missing something? |
@travis-mark no, this patch has not been added,because I get the same error if it is added. |
same issue with expo & eas build |
ANy progress on this? |
The patch that Travis posted worked for me. I copied and pasted the changes directly into my Podfile, then ran Can anyone explain why this issue is happening? 🤔 |
I also got issue when upgrade xcode this morning The following build commands failed: |
+1 facing the same issue. |
Facing the same issue |
Minimum fix coming soon, hopefully next week, but can't promise anything: #36759 |
Just to add to @cipolleschi, fixes should be picked for these versions: |
Same problem. anyone got it running? also after xcode update i cant run my app in xcode directly (error: /Users/User/Project/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec.h:2063:46 'value' is unavailable: introduced in iOS 12.0). My deployment target is above 12.0 and it worked before the update. any ideas? |
+1 Facing same with eas build |
Issue is there for version 0.69.3 also |
@rohitgupta1996 the latest patch for 0.69 is 0.69.9. I suggest you to update to that patch version, which should solve the issue. |
I was facing this issue "normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler" for 4 days |
When I am trying to build for ios, I get this error.
|
Hi @smiley717, thanks for the question. There is no error specified in the Screenshot you took. It just says that it fails and where but not why. I think you can search for As soon as you have it, you can post it again so I can try to help you here. |
Hi @cipolleschi Thank you for catching up my post and there are too long logs to copy, but try to find errors ( others are warning). it was working on the previous Mac 12, and just stop working with Mac13.4. so I was thinking of ruby-version |
HI @cipolleschi I was able to fix this issue by adding below code snippet to
and then go to /ios folder and run |
Oh, I see. Actually, we already fixed that bug (introduced by Xcode) in 0.71.8. Just update your project to the last version of your minor and it will work! |
@cipolleschi Sounds great! I will update my project to 0.71.8 (I am using 0.71.4 right now) :) |
I had the same error with react native 0.72.0 |
Hi @toscalivia83, sorry to hear that. But are you sure? could you perhaps clean caches and retry reinstalling the pods? |
I did that twice and ran However I'm struggling to create the bundle on Android, I posted a question here and this is the reason why I tried upgrading |
ok, so the error is another one and completely unrelated. Can I ask you to open a separate issue to track that? At least we can keep the problem separated and people with the same build errors can look up for the right solution for their specific issue. Thank you so much! 🙏 |
Thanks for your reply @cipolleschi |
you need to make sure your folder name is not having space |
I had to downgrade to 14.2 since I am running some other old project 0.66 and had so many issues. Upgrading to 14.3 once I update my RN projects |
just need to make sure, is this fixed in |
unbelievable this issue still persist, i'm at 0.74 right now, and it came up out of nowhere |
facing the same issue from past three days and unable to resolve |
EDIT: fixed in 71, 70 and 69 latest patches. Please read this comment for more details.
Description
I encountered the same error in Xcode Version 14.3 (14E222b) released yesterday.
When I tried @travis-mark's solution issue #36635, it didn't work either. I also tried using 'M1' and other options instead of 'RC', but it still didn't work.
React Native Version
0.71.5
Output of
npx react-native info
Steps to reproduce
npx react-native init Project
npx react-native run-ios
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: