-
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
FBReactNativeSpec build commands failed with RN 0.71.4 / Xcode 15.3 / M2 #43474
Comments
|
|
Please provide a valid repro |
it caused by node. Installed node 18 via installer (/usr/local/bin/node), also configured .xcode.env under /ios with export NODE_BINARY=$(command -v node). it's ok to change |
So is your issue solved? |
Try rebuild by upgrading ReactCodegen deployment target to IOS 12 |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
This issue was closed because the author hasn't provided the requested feedback after 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
hello @aaronpliu, did you find a solution? I have same error.. |
SOLVED: I removed the |
Any solution? I have same error I also removed the .xcode.env file from ios folder, but same issue |
I have the same issue |
Description
After fix build issue with #43335, Xcode is ok to archive. Running with Jenkins CI, it ran into FBReactNativeSpec error.
The following build commands failed:
PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/ywiuser/Library/Developer/Xcode/DerivedData/hwcApp-dvmqpzncteelaievntyghfvifnud/Build/Intermediates.noindex/ArchiveIntermediates/hwcApp/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/FBReactNativeSpec.build/Script-46EB2E000z8E70.sh (in target 'FBReactNativeSpec' from project 'Pods')
(1 failure)
ENV:
Xcode: 15.3
Arch: M2 Chip
OS: 14.3
RN: 0.71.4
Node: 18.9 (/usr/local/bin/node)
Steps to reproduce
React Native Version
0.71.4
Affected Platforms
Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: