-
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
[0.60.0] Fresh install : 'cxxreact/ModuleRegistry.h' file not found #25480
Comments
+1 |
1 similar comment
+1 |
i solved it :
|
👋 as pointed out by @murrayee it's likely that you didn't have cocoapods installed - or something went wrong during linking. I just tried to do the same flow you described and I can't reproduce it - I'll close this for now. |
i already had cocoapods installed. |
@murrayee I did what you told. But it showed '[!] No `Podfile' found in the project directory.'. |
@dragooncjw you need to execute |
i try this same flow but i can't solve it |
When 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
=> error:
'cxxreact/ModuleRegistry.h' file not found
or
=> 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 **
The text was updated successfully, but these errors were encountered: