[0.60.0] Fresh install : 'cxxreact/ModuleRegistry.h' file not found
See original GitHub issueWhen running an iOS fresh app with react-native 0.60.0 the build failed with this error:
'cxxreact/ModuleRegistry.h' file not found
macOS Mojave 10.14.5 xCode 10.2.1
React Native version: react-native-cli: 2.0.1 react-native: 0.60.0
Steps To Reproduce
- react-native init projectname
- open . xcworkspace
- hit run
=> error:
'cxxreact/ModuleRegistry.h' file not found
or
- react-native init projectname
- react-native run-ios
=> error:
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening testproj060.xcworkspace. Run CLI with --verbose flag for more details. ** BUILD FAILED **
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
UMModuleRegistryAdapter.h not found when running React ...
It's using React Navigation. I ran npm run ios but I'm getting the following error: info In file included from /Users/rbbit/reactnative ...
Read more >Installation | React Native Navigation - Open Source
a. If you're seeing an error message in Xcode such as: 'ReactNativeNavigation/ReactNativeNavigation.h' file not found.
Read more >error failed to build ios project. we ran xcodebuild command but it ...
open the /ios folder in x-code; navigate File -> Project Settings -> Build System -> change (Shared workspace settings and Per-User workspace settings):...
Read more >react-native | Yarn - Package Manager
... Fixed the fallback behavior when the .xcode.env file is missing, ... (f595a4e681); Fix Time.h patch not being applied when running pod install...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
i try this same flow but i can’t solve it
@dragooncjw you need to execute
pod install
insideios/
folder. Did you try that? 🤔