-
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
'config.h' file not found when I upgraded xcode10. #21274
Comments
Can you run If you believe this information is irrelevant to the reported issue, you may write |
It looks like you are using an older version of React Native. Please update to the latest release, v0.57 and verify if the issue still exists. The ":rewind:Old Version" label will be removed automatically once you edit your original post with the results of running |
You need to change to the legacy build system in Xcode 10 and install third party scripts manually. 1:
2: Follow this to manually install third party scripts for RN: #21168 (comment) Collection issue for Xcode 10: #19573 |
Changing the build system alone didn't work for me - Make sure to upgrade your react-native package with |
Environment:
OS: macOS High Sierra 10.13.6
Node: 10.8.0
Yarn: 1.6.0
npm: 6.4.1
Watchman: 4.9.0
Xcode: Xcode 10.0 Build version 10A255
Android Studio: 3.1 AI-173.4819257
Packages: (wanted => installed)
react: 16.3.0-alpha.1 => 16.3.0-alpha.1
react-native: 0.54.2 => 0.54.2
The text was updated successfully, but these errors were encountered: