-
Notifications
You must be signed in to change notification settings - Fork 661
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
build error on ios device when enter 'yarn react-native run-ios' command #718
Comments
i solve to change version 1.4.6 |
I saw this postings at fun. There seem to latest version be a lot of bugs and errors in any module haha. |
Is there a fix for this? I am seeing this problem after upgrading the React Native version to 0.71.2 and React Native Config version to 1.5.0. I prefer to not downgrade RN Config if at all possible. |
iOS bug #737 please refer this |
Please try On Xcode create three different files for prod, dev, staging. cp "${PROJECT_DIR}/../.env.development" "${PROJECT_DIR}/../.env" Change development to production or staging |
On Xcode create three different files for prod, dev, staging. cp "${PROJECT_DIR}/../.env.development" "${PROJECT_DIR}/../.env" Change development to production or staging |
Please run this command after adding this code to package.json file
After adding this code |
For me it all turned out to be a mismatch between the version of ruby in |
@glennweb It is really nice answer. I saw good. LGTM |
environment
"react": "18.1.0",
"react-native": "0.70.3",
"react-native-config": "^1.4.11"
problem
build error comes up when enter 'yarn react-native run ios' (= yarn ios) command on the vscode
error
special note
it works fine on android and xcode build process
.env file has no blank sentence
how to solve this problem?
The text was updated successfully, but these errors were encountered: