Closed squio closed 1 year ago
This should fix this issue as well:
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.
Description
This is almost the same as https://github.com/facebook/react-native/issues/35893 but now in regular build context for iOS in Xcode
React Native Version
0.71.3
Output of
npx react-native info
Binaries: Node: 18.12.1 - ~/.nvm/versions/node/v18.12.1/bin/node Yarn: 1.22.18 - ~/Library/pnpm/yarn npm: 8.19.3 - ~/.nvm/versions/node/v18.12.1/bin/npm Watchman: 2022.10.31.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1 Android SDK: API Levels: 28, 29, 31, 32, 33 Build Tools: 28.0.3, 29.0.2, 30.0.3, 31.0.0, 32.0.0, 33.0.0 System Images: android-29 | ARM 64 v8a, android-29 | Google APIs ARM 64 v8a, android-29 | Google Play ARM 64 v8a, android-31 | ARM 64 v8a, android-31 | Google APIs ARM 64 v8a, android-31 | Google Play ARM 64 v8a, android-32 | Google APIs ARM 64 v8a, android-32 | Google Play ARM 64 v8a, android-33 | Google APIs ARM 64 v8a, android-33 | Google Play ARM 64 v8a Android NDK: 22.1.7171670 IDEs: Android Studio: 2022.1 AI-221.6008.13.2211.9477386 Xcode: 14.2/14C18 - /usr/bin/xcodebuild Languages: Java: 11.0.17 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: Not Found react-native: Not Found react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
Steps:
node_modules
ios/Pods
andios/Podfile.lock
npm install
(all modules are up to date, 0 auditing issues)pod install
inios
directory (all Ponds install successfully)Expected result:
Actual result:
FBReactNativeSpec
Work around
Add
yargs
to the mainpackage,.json
:npm install --save yargs
Snack, code example, screenshot, or link to a repository
Error in build step step
FBReactNativeSpec