Skip to content
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

Closed
kakahero opened this issue Sep 23, 2018 · 4 comments
Closed

'config.h' file not found when I upgraded xcode10. #21274

kakahero opened this issue Sep 23, 2018 · 4 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@kakahero
Copy link

kakahero commented Sep 23, 2018

image

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

@react-native-bot
Copy link
Collaborator

Can you run react-native info and edit your issue to include these results under the Environment section?

If you believe this information is irrelevant to the reported issue, you may write [skip envinfo] under Environment to let us know.

@react-native-bot
Copy link
Collaborator

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 react-native info on a project using the latest release.

@tobiastornros
Copy link

You need to change to the legacy build system in Xcode 10 and install third party scripts manually.

1:

File -> Project/Workspace settings
Build System: dropdown -> change to Legacy Build system

2: Follow this to manually install third party scripts for RN: #21168 (comment)

Collection issue for Xcode 10: #19573

@chrisbull
Copy link

Changing the build system alone didn't work for me - Make sure to upgrade your react-native package with react-native-git-upgrade

@facebook facebook locked as resolved and limited conversation to collaborators Sep 24, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Sep 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

4 participants