You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native -v: 0.75.2
npm ls react-native-macos: 0.75.2
node -v: v20.10.0 or v22.7.0
npm -v: 10.2.3 or 10.8.2
yarn --version: -
xcodebuild -version: Xcode 15.4, Build version 15F31d
Steps to reproduce the bug
My RN project was running in iphones, ipads and MacOS(designed for iPads) targets perfectly. After I updated the react-native and react-native-macos to 0.75.2, it begun to fail to generate builds for MacOS (designed for iPad). I checked out the latest updates from 0.75.2 to 0.75.3 in react-native and saw a line added in react-native/scripts/bundle.js .allowUnknownOptions() and added this into 0.75.2 as well but i still got the error named
Error: unknown option `config-cmd'
Bootstrap a project with react-native and react-native-macos library versions set to 0.75.2. Try to generate a build by targeting MacOS (designed for iPad) and you should see the error mentioned
Expected Behavior
The project shall normally start as it was before the updates to react-native and react-native-macos 0.75.2 without throwing the error: unknown option `config-cmd' while targeting MacOS (designed for iPad).
Actual Behavior
Below the 2 screenshots taken in the process
Reproducible Demo
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce the bug
My RN project was running in iphones, ipads and MacOS(designed for iPads) targets perfectly. After I updated the react-native and react-native-macos to 0.75.2, it begun to fail to generate builds for MacOS (designed for iPad). I checked out the latest updates from 0.75.2 to 0.75.3 in react-native and saw a line added in react-native/scripts/bundle.js
.allowUnknownOptions()
and added this into 0.75.2 as well but i still got the error namedBootstrap a project with react-native and react-native-macos library versions set to 0.75.2. Try to generate a build by targeting MacOS (designed for iPad) and you should see the error mentioned
Expected Behavior
The project shall normally start as it was before the updates to react-native and react-native-macos 0.75.2 without throwing the error: unknown option `config-cmd' while targeting MacOS (designed for iPad).
Actual Behavior
Below the 2 screenshots taken in the process
Reproducible Demo
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: