Reputation: 67
When I try to create a new React Native project with:
react-native init projectname
and I 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 **
Upvotes: 0
Views: 1085
Reputation: 383
This is pod installation issue use below steps
Upvotes: 1