We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To disable warnings, etc? I don't see such option by default – it's builded only for "Debug" folder. I don't see such options in xcode also.
P.S. I'm new to cocoa btw (and xcode too)
The text was updated successfully, but these errors were encountered:
Via Xcode, go to Edit Scheme and choose Release
Via cli: react-native-macos run-macos ----configuration Release
react-native-macos run-macos ----configuration Release
https://facebook.github.io/react-native/docs/running-on-device#building-your-app-for-production
Sorry, something went wrong.
@ptmt, in Xcode it works – cool, thanks
however, the command:
react-native-macos run-macos --configuration Release
gives me this error:
Jerrys-MacBook-Pro:client jerrygreen$ react-native-macos run-macos --configuration Release Scanning folders for symlinks in /Users/jerrygreen/projects/react-native-app/node_modules (94ms) error: unknown option `--configuration'
No branches or pull requests
To disable warnings, etc? I don't see such option by default – it's builded only for "Debug" folder. I don't see such options in xcode also.
P.S. I'm new to cocoa btw (and xcode too)
The text was updated successfully, but these errors were encountered: